2009/4/11 Alex Gaynor <[email protected]>:
> mysite/urls.py needs to have the full urlpatterns = thing like the
> polls/urls.py has so it would look like:
>
> from django.conf.urls.defaults import *
>
> admin.autodiscover()
>
> urlpatterns = patterns('',
>      (r'^polls/', include('mysite.polls.urls')),
> )

Thanks!

Regards
Johann

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to