Skip to content

Commit 62df0e5

Browse files
committed
changed settings of django to have static root
1 parent 1dd29b8 commit 62df0e5

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
Binary file not shown.

bluenpsbackend/bluenpsbackend/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
# https://docs.djangoproject.com/en/5.0/howto/static-files/
117117

118118
STATIC_URL = 'static/'
119+
STATIC_ROOT = BASE_DIR / 'static'
119120

120121
# Default primary key field type
121122
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field

0 commit comments

Comments
 (0)