Skip to content

Commit 04db410

Browse files
committed
fix: todo
1 parent 7cd7249 commit 04db410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# Static files (CSS, JavaScript, Images)
6060
# https://docs.djangoproject.com/en/3.2/howto/static-files/
6161

62-
# TODO: move to cfl package
62+
# TODO: move to cfl package and create helper functions.
6363
# STATIC_ROOT = get_static_root(BASE_DIR)
6464
STATIC_ROOT = os.getenv("STATIC_ROOT", BASE_DIR / "static")
6565
STATIC_URL = os.getenv("STATIC_URL", "/static/")

0 commit comments

Comments
 (0)