#15681 closed (fixed)
Static files documentation error
Reported by: | chrisdrackett | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.3 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
in the static files docs there is the following line:
For local development, if you are using runserver or adding staticfiles_urlpatterns to your URLconf, you’re done! Your static files will automatically be served at the default STATIC_URL of /static/.
(from http://docs.djangoproject.com/en/dev/howto/static-files/#using-django-contrib-staticfiles)
however STATIC_URL has no default and is required to be defined. (http://docs.djangoproject.com/en/dev/ref/settings/#std:setting-STATIC_URL)
Note:
See TracTickets
for help on using tickets.
In [15913]: