This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/src/articles/apps.py

6 lines
91 B
Python
Raw Normal View History

2020-08-14 14:53:30 +02:00
from django.apps import AppConfig
class ArticlesConfig(AppConfig):
name = "articles"