#8671: django.views.static.serve shoud have APPEND_SLASH=True
----------------------------+-----------------------------------------------
 Reporter:  est             |       Owner:  nobody    
   Status:  new             |   Milestone:            
Component:  Core framework  |     Version:  SVN       
 Keywords:  static          |       Stage:  Unreviewed
Has_patch:  0               |  
----------------------------+-----------------------------------------------
 When running debug server with some .js .css file using
 django.views.static.serve while 'show_indexes': True, example, navigate to
 http://127.0.0.1:8000/images
 when click a 1.jpg listed bellow, I was navigate to
 http://127.0.0.1:8000/1.jpg

 But what I desired URL is
 http://127.0.0.1:8000/images/1.jpg

 The problem is we should set APPEND_SLASH=True as default here in
 django.views.static.serve

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8671>
Django Code <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to