forked from DGNum/gestioCOF
Fix 404 widget media
Avec ça, ça marche. Mais si qqn trouve mieux, et bien c'est bien
This commit is contained in:
parent
8329c0b511
commit
1ad265ef0f
1 changed files with 4 additions and 0 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue