aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bot/apps.py')
-rw-r--r--bot/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bot/apps.py b/bot/apps.py
new file mode 100644
index 0000000..1cd7ff2
--- /dev/null
+++ b/bot/apps.py
@@ -0,0 +1,6 @@
1from django.apps import AppConfig
2
3
4class BotConfig(AppConfig):
5 default_auto_field = 'django.db.models.BigAutoField'
6 name = 'bot'
Powered by cgit v1.2.3 (git 2.41.0)