Remove unnecessary specification of static dir
This commit is contained in:
parent
1ee5d9b699
commit
f11311c69c
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ STATIC_ROOT = None if DEBUG else CONFIG.get(
|
|||
CORE_STATIC_DIR = Path(pix360core.__file__).parent / "static"
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
CORE_STATIC_DIR,
|
||||
]
|
||||
|
||||
# Settings for uploaded files
|
||||
|
|
Loading…
Reference in a new issue