#15681 closed (fixed)
Static files documentation error
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]: