We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7249 commit 04db410Copy full SHA for 04db410
settings.py
@@ -59,7 +59,7 @@
59
# Static files (CSS, JavaScript, Images)
60
# https://docs.djangoproject.com/en/3.2/howto/static-files/
61
62
-# TODO: move to cfl package
+# TODO: move to cfl package and create helper functions.
63
# STATIC_ROOT = get_static_root(BASE_DIR)
64
STATIC_ROOT = os.getenv("STATIC_ROOT", BASE_DIR / "static")
65
STATIC_URL = os.getenv("STATIC_URL", "/static/")
0 commit comments