Never mind I got it. I changed my url patter to 

    url(r'^events/(?P<year>\d{4})/(?P<month>\d{1,2})/$', events, 
name="eventsMonth")

I'm still not very sharp on my regex skills. I realized that {2} required a 
2 digit number

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

Reply via email to