Thanks to both Michael and Ivan - I spent all my time staring at the
new urls file and not at the original project file :-(
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group
I have followed the tutorials in setting up a basic index and detail
page for one of my model classes. I created the project level urls.py
as follows:
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^accounts/$', include('RealLife.crm.urls')),
(r'^admin/', include('d
2 matches
Mail list logo