mirror of
https://github.com/etesync/server
synced 2024-12-27 09:48:24 +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"
|
AUTH_USER_MODEL = "myauth.User"
|
||||||
|
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||||
|
|
||||||
# Quick-start development settings - unsuitable for production
|
# Quick-start development settings - unsuitable for production
|
||||||
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
|
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
|
||||||
|
Loading…
Reference in New Issue
Block a user