Add STATIC_ROOT
This commit is contained in:
parent
e2202ae53d
commit
b590f3c497
1 changed files with 2 additions and 0 deletions
|
@ -127,3 +127,5 @@ STATIC_URL = '/static/'
|
|||
STATICFILES_DIRS = (
|
||||
os.path.join(BASE_DIR, 'static'),
|
||||
)
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
|
Loading…
Reference in a new issue