Set DEFAULT_AUTO_FIELD to AutoField
This commit is contained in:
parent
73addc2f75
commit
c5c0f4258b
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ DATABASES = {
|
|||
}
|
||||
}
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
||||
AUTH_USER_MODEL = 'users.User'
|
||||
|
||||
|
|
Loading…
Reference in a new issue