summaryrefslogtreecommitdiffstats
path: root/chat_api/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'chat_api/apps.py')
-rw-r--r--chat_api/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/chat_api/apps.py b/chat_api/apps.py
new file mode 100644
index 0000000..89f7109
--- /dev/null
+++ b/chat_api/apps.py
@@ -0,0 +1,6 @@
1from django.apps import AppConfig
2
3
4class ChatApiConfig(AppConfig):
5 default_auto_field = 'django.db.models.BigAutoField'
6 name = 'chat_api'