Hi,
>
> But, if I click on any one given table and/or option, I get a page
> error:http://dpaste.com/41249/
>
> urls.pyhttp://dpaste.com/41250/
The admin entry should just be ^admin/ without the ending $. In other
words:
(r'^admin/', include('django.contrib.admin.urls')),
instead of
(r'^admin/$', include('django.contrib.admin.urls')),
-Rajesh D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---