diff options
| author | Andrew <saintruler@gmail.com> | 2019-03-11 21:00:02 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-03-11 21:00:02 +0400 |
| commit | 7e7dd5244e8d26485ad7950a89c04c98c4fef83f (patch) | |
| tree | 810730c4650392080fb87a78d3b527201e89fe4b /backend/articles/apps.py | |
Initial commit/
Diffstat (limited to 'backend/articles/apps.py')
| -rw-r--r-- | backend/articles/apps.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/articles/apps.py b/backend/articles/apps.py new file mode 100644 index 0000000..bc12dfb --- /dev/null +++ b/backend/articles/apps.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class ArticlesConfig(AppConfig): + name = 'articles' |