Cesse d'utiliser des fichiers statiques custom

This commit is contained in:
Martin Pépin 2016-11-20 20:09:12 +01:00
parent d6dd7b346c
commit 5a2fc9d1e5
947 changed files with 0 additions and 78152 deletions

View file

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