Missing django-storages in INSTALLED_APPS

This commit is contained in:
Fred Pauchet 2021-10-24 19:16:28 +02:00
parent 3e0ea80a76
commit 7337cd4be9
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'storages',
]
MIDDLEWARE = [