django-scheduler-sample
django-scheduler-sample copied to clipboard
Which directories to add to STATICFILES_DIRS
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", )