Fixes tests of bookwyrm abstract model

This commit is contained in:
Mouse Reeve
2021-04-26 11:28:33 -07:00
parent 141d1a9a17
commit cd869dde09
2 changed files with 12 additions and 10 deletions

View File

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