fichier static

This commit is contained in:
alazo 2017-02-20 21:21:01 +01:00
parent 901366a9dd
commit e4ca0f9901
3 changed files with 4 additions and 32 deletions

View file

@ -109,7 +109,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.10/howto/static-files/
STATIC_URL = '/cms/static/'
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
MEDIA_URL = '/media/'