Reset migrations

This commit is contained in:
Alexandre Iooss 2022-01-30 11:15:41 +01:00
parent d865a6eb1f
commit 80085edeeb
23 changed files with 52 additions and 675 deletions

View file

@ -63,7 +63,6 @@ INSTALLED_APPS = [
'allauth_note_kfet',
'crispy_forms',
'photologue',
'taggit',
]
MIDDLEWARE = [
@ -155,8 +154,6 @@ USE_L10N = True
USE_TZ = True
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# Limit available languages to this subset
LANGUAGES = [
('de', _('German')),