Can you paste the urls.py from your project as well as the one from
the app you are having problems with?

On Sep 15, 11:00 pm, catsclaw <[EMAIL PROTECTED]> wrote:
> On Sep 15, 10:51 pm, Ross <[EMAIL PROTECTED]> wrote:
>
> > You can always fall back to {% url myapp.users.login %} unless you
> > need to reuse a view but have several different URL patterns for it.
>
>    I've tried that.  It fails as well, with essentially the same error
> (i.e. "Reverse for myapp.users.login with arguments '()' and keyword
> arguments '{}' ... ").  In fact, the whole reason I was using the
> named url syntax was because the tag using the view started failing,
> and I assumed (incorrectly, it turns out) that the named url would be
> more reliable.
>
> -- Chris
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to