Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which directories to add to STATICFILES_DIRS #39

Open
Liamhanninen opened this issue Nov 3, 2019 · 0 comments
Open

Which directories to add to STATICFILES_DIRS #39

Liamhanninen opened this issue Nov 3, 2019 · 0 comments

Comments

@Liamhanninen
Copy link

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",
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant