Remove unnecessary specification of static dir

This commit is contained in:
Kumi 2024-01-13 13:19:30 +01:00
parent 1ee5d9b699
commit f11311c69c
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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