Remove STATIC_ROOT config

This commit is contained in:
PCoder 2019-01-30 00:43:58 +01:00
parent 678f6f424e
commit 559c2c9170
1 changed files with 0 additions and 1 deletions

View File

@ -128,4 +128,3 @@ STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)
STATIC_ROOT = os.path.join(BASE_DIR, 'static')