#14524: revision 14293 introduced static/ bug ---------------------------+------------------------------------------------ Reporter: nomulous | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: SVN Keywords: static, files | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ 1. Start a brand new project on the latest development version[[BR]]
2. Use manage.py runserver[[BR]] 3. Navigate to localhost:8000/static/ [[BR]] 4. See weird, undjango-like plain-text error page saying only "Page not found: /static/"[[BR]] [[BR]] It looks like the addition of staticfiles caused new projects to serve static files on /static/ by default, which I'm pretty sure is a bug. -- Ticket URL: <http://code.djangoproject.com/ticket/14524> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
