Hello,
I just started to use URL namespace that was added in the 1.1 release.

I have a somewhat complex url configurations like this:

http://dpaste.com/74963/

And in a template, the following url templatetag is used:

{% url myapp1:myapp2:view url_key id1 id2 %}


I'm getting an error continuously,

Reverse for 'view' with arguments '(u'asdfzxcv', 1L, 1L)' and keyword
arguments '{}' not found.


How should I fix the configurations?
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to