Skip to content

Commit 167eea1

Browse files
author
Aman Goyal
committed
updated STATIC_ROOT
1 parent 8fa840f commit 167eea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
# https://docs.djangoproject.com/en/3.0/howto/static-files/
122122

123123
STATIC_URL = '/static/'
124+
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
124125
CRISPY_TEMPLATE_PACK = 'bootstrap4'
125126
LOGIN_REDIRECT_URL = 'blog-home'
126127
LOGIN_URL = 'users-login'

0 commit comments

Comments
 (0)