I realize this is a really, really obvious and easily fixed newbie error. 
But here it is:

urlpatterns = [    
    url(r'^sitemap/', 
TemplateView.as_view(template_name='brochure/sitemap.html'), 
name="sitemap"),
    # More urls
]

Sitemap should end with dollar sign. The problem isn't bad when it 
immediately happens and you can slap yourself over the face and fix it. The 
problem is when you have a massive stack of these url patterns and you 
don't have a problem until you max a change by reordering.

So I think something should exist to make this easier to discover. Maybe a 
check or a warning. An exception seems rather harsh.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a538d0ab-76c7-4b5a-9030-9b6892276382%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Adding... Robert Roskam
    • R... 'Tom Evans' via Django developers (Contributions to Django itself)
      • ... Robert Roskam

Reply via email to