diff --git a/pix360/settings.py b/pix360/settings.py index 8e5d335..bbcb83a 100644 --- a/pix360/settings.py +++ b/pix360/settings.py @@ -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