We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936293a commit 43d52dfCopy full SHA for 43d52df
label_studio/core/settings/base.py
@@ -100,6 +100,8 @@
100
DATABASES_ALL['default'] = DATABASES_ALL[DJANGO_DB_POSTGRESQL]
101
DATABASES = {'default': DATABASES_ALL.get(get_env('DJANGO_DB', 'default'))}
102
103
+DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
104
+
105
LOGGING = {
106
'version': 1,
107
'disable_existing_loggers': False,
0 commit comments