On Fri, May 22, 2009 at 10:06:50AM +1000, Brian May wrote:
> urlpatterns = patterns('',
> [...]
>  (r'^(.*)', include('microcomaustralia.zoph.urls'))
> [...]
> )

Errr... Sorry, found out it was my fault. That should be:

(r'^', include('microcomaustralia.zoph.urls'))

I suspect I must have got this right on the other computers where it worked. As 
a result django
was expecting another parameter for each url.
-- 
Brian May <[email protected]>

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