Fix 404 widget media

Avec ça, ça marche. Mais si qqn trouve mieux, et bien c'est bien
This commit is contained in:
Aurélien Delobelle 2016-08-21 16:30:22 +02:00
parent 8329c0b511
commit 1ad265ef0f

View file

@ -123,6 +123,10 @@ USE_TZ = True
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static/'),
)
# Media upload (through ImageField, SiteField)
# https://docs.djangoproject.com/en/1.9/ref/models/fields/