Browse Source

Add DEFAULT_AUTO_FIELD to settings.py

pull/1349/head
Hironsan 3 years ago
parent
commit
2e7cec33b2
1 changed files with 2 additions and 0 deletions
  1. 2
      backend/app/settings.py

2
backend/app/settings.py

@ -364,3 +364,5 @@ except EnvError:
CELERY_ACCEPT_CONTENT = ['application/json']
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
Loading…
Cancel
Save