mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
simplify scss management
This commit is contained in:
@ -270,7 +270,7 @@ STATIC_ROOT = BASE_DIR / "static"
|
||||
STATICFILES_FINDERS = [
|
||||
"django.contrib.staticfiles.finders.FileSystemFinder",
|
||||
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
|
||||
"core.scss.finder.ScssFinder",
|
||||
"sith.finders.ScssFinder",
|
||||
]
|
||||
|
||||
# Auth configuration
|
||||
@ -704,7 +704,6 @@ if DEBUG:
|
||||
"debug_toolbar.panels.signals.SignalsPanel",
|
||||
"debug_toolbar.panels.redirects.RedirectsPanel",
|
||||
]
|
||||
SASS_INCLUDE_FOLDERS = ["core/static/"]
|
||||
SENTRY_ENV = "development"
|
||||
|
||||
if TESTING:
|
||||
|
Reference in New Issue
Block a user