llazzaro / django-scheduler-sample

Example application of django-scheduler
78 stars 76 forks source link

Which directories to add to STATICFILES_DIRS #39

Open Liamhanninen opened 5 years ago

Liamhanninen commented 5 years ago

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

)