diff options
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' |