You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may just be an issue with documentation - but which directories should I include in STATICFILES_DIRS? Perhaps this can be added to the 'Usage' section for dummies like me.
Right now I have:
STATICFILES_DIRS = (
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
"D:/Code/django-calendar-sample/django-scheduler-sample/bower_components",
"D:/Code/django-calendar-sample/django-scheduler-sample/project_sample/site_media",
)
The text was updated successfully, but these errors were encountered:
This may just be an issue with documentation - but which directories should I include in STATICFILES_DIRS? Perhaps this can be added to the 'Usage' section for dummies like me.
Right now I have:
STATICFILES_DIRS = (
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
"D:/Code/django-calendar-sample/django-scheduler-sample/bower_components",
"D:/Code/django-calendar-sample/django-scheduler-sample/project_sample/site_media",
)
The text was updated successfully, but these errors were encountered: