Fixes tests of bookwyrm abstract model
This commit is contained in:
parent
141d1a9a17
commit
cd869dde09
2 changed files with 12 additions and 10 deletions
|
@ -34,7 +34,7 @@ LOCALE_PATHS = [
|
|||
os.path.join(BASE_DIR, "locale"),
|
||||
]
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue