Skip to content

Commit 43d52df

Browse files
authored
fix: DEV-2665: Fix django migrations warning (#2543)
1 parent 936293a commit 43d52df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

label_studio/core/settings/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
DATABASES_ALL['default'] = DATABASES_ALL[DJANGO_DB_POSTGRESQL]
101101
DATABASES = {'default': DATABASES_ALL.get(get_env('DJANGO_DB', 'default'))}
102102

103+
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
104+
103105
LOGGING = {
104106
'version': 1,
105107
'disable_existing_loggers': False,

0 commit comments

Comments
 (0)