Remove STATIC_ROOT config
This commit is contained in:
parent
678f6f424e
commit
559c2c9170
1 changed files with 0 additions and 1 deletions
|
@ -128,4 +128,3 @@ STATICFILES_DIRS = (
|
|||
os.path.join(BASE_DIR, 'static'),
|
||||
)
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
|
Loading…
Reference in a new issue