On 5/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> nowhere in the documentation is is said to add a urlpatterns variable
> inside the application main module... The urls should be defined in the
> urls.py. remember that the url pattern for the admin script works...

When you do 'include', the thing being included must be a valid
URLConf, which means it must generate a 'urlpatterns'. The
documentation does not explicitly state this, I assume because it
hopes that by that point in the documentation it's understood what is
meant by the term "URLConf".

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to