Set DEFAULT_AUTO_FIELD to AutoField

This commit is contained in:
Danielle McLean 2022-03-12 15:03:01 +11:00
parent 73addc2f75
commit c5c0f4258b
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ DATABASES = {
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
AUTH_USER_MODEL = 'users.User'