Skip to content

Commit 34e890e

Browse files
committed
chore: add STATIC_ROOT env
1 parent 4cc6fd6 commit 34e890e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
}
153153
]
154154

155+
STATIC_ROOT = "staticfiles/"
155156
STATIC_URL = "/dummy/" # Required by Django staticfiles but not used in this setup
156157
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
157158

0 commit comments

Comments
 (0)