We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935ff40 commit 60ff401Copy full SHA for 60ff401
.gitignore
@@ -1,4 +1,5 @@
1
env/
2
__pycache__
3
migrations/
4
-test/
+test/
5
+staticfiles/
core/settings.py
@@ -120,6 +120,7 @@
120
# Static files (CSS, JavaScript, Images)
121
# https://docs.djangoproject.com/en/3.2/howto/static-files/
122
123
+STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
124
STATIC_URL = '/static/'
125
126
STATICFILES_DIRS = [
0 commit comments