mirror of
https://github.com/etesync/server
synced 2024-11-18 23:08:08 +00:00
Set default auto field to appease django warning.
This commit is contained in:
parent
f1c072bd0a
commit
c9b8f43845
@ -21,6 +21,7 @@ BASE_DIR = os.path.dirname(SOURCE_DIR)
|
||||
|
||||
AUTH_USER_MODEL = "myauth.User"
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
|
||||
|
Loading…
Reference in New Issue
Block a user