django-scheduler-sample icon indicating copy to clipboard operation
django-scheduler-sample copied to clipboard

Which directories to add to STATICFILES_DIRS

Open Liamhanninen opened this issue 6 years ago • 0 comments

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

Liamhanninen avatar Nov 03 '19 15:11 Liamhanninen