We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268b740 commit 057dd1dCopy full SHA for 057dd1d
1 file changed
task_manager/settings.py
@@ -136,8 +136,8 @@
136
# Static files (CSS, JavaScript, Images)
137
# https://docs.djangoproject.com/en/5.2/howto/static-files/
138
139
-STATIC_ROOT = '/app/staticfiles'
140
-STATIC_URL = 'static/'
+STATIC_URL = "/static/"
+STATIC_ROOT = BASE_DIR / "staticfiles"
141
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage" # render
142
143
# Default primary key field type
0 commit comments