Add STATIC_ROOT

This commit is contained in:
PCoder 2019-01-30 00:04:02 +01:00
parent e2202ae53d
commit b590f3c497
1 changed files with 2 additions and 0 deletions

View File

@ -127,3 +127,5 @@ STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)
STATIC_ROOT = os.path.join(BASE_DIR, 'static')