i forgot, the first ulrs.py (in the project directory) is like this

(r'^weblog/$',include('dibongo.urls')),
     (r'^weblog/(?P<year>\d{4})/(?P<month>\w{3})/(?P<day>\d{2})/(?
P<slug>\w+)/$',include('dibongo.urls')),

this is the second that i put before. It for the chapiter decoupling
the URLs
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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