We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 191dae2 + 42cc24e commit 9c7403fCopy full SHA for 9c7403f
1 file changed
gastitis/settings.py
@@ -145,4 +145,8 @@
145
# Telegram Settings
146
BOT_TOKEN = TELEGRAM_BOT_TOKEN
147
148
+# Default auto field for django id
149
+DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
150
+
151
print(f"Connecting to database {DATABASES['default']['NAME']}" )
152
0 commit comments