mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-16 20:10:24 +00:00
Set test settings DEFAULT_AUTO_FIELD to AutoField
This commit is contained in:
parent
d8b3d1365c
commit
c9923e1639
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ if not settings.configured:
|
|||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
}
|
||||
},
|
||||
'DEFAULT_AUTO_FIELD': 'django.db.models.AutoField',
|
||||
'INSTALLED_APPS': [
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue