#15681: Static files documentation error
---------------------------+---------------------------
 Reporter:  chrisdrackett  |         Owner:  nobody
   Status:  new            |     Milestone:
Component:  Uncategorized  |       Version:  1.3
 Keywords:                 |  Triage Stage:  Unreviewed
Has patch:  0              |
---------------------------+---------------------------
 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)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15681>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to