Moved static files

This commit is contained in:
teras 2017-10-08 11:47:57 +03:00
parent 9c6ecc20a7
commit 9378647a24
31 changed files with 3 additions and 1 deletions

View File

@ -121,8 +121,10 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
os.path.join(BASE_DIR, 'staticfiles')
]
MEDIA_URL = '/media/'

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB