Merge remote-tracking branch 'origin/master'

This commit is contained in:
Raimond Lume 2017-10-08 11:52:02 +03:00
commit d562d81389
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