0
0
mirror of https://github.com/etesync/server.git synced 2024-09-20 04:42:26 +02:00

Set default auto field to appease django warning.

This commit is contained in:
Tom Hacohen 2024-06-09 11:15:41 -04:00
parent f1c072bd0a
commit c9b8f43845

View File

@ -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/