Re: NoReverseMatch, again...

2008-10-22 Thread Alberto Piai
Hello, On Wed, Oct 22, 2008 at 5:15 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > Other than the actual server code, are there any differences in config between > when you see this error and when you do not? For example, DEBUG setting, > caching, etc.? The only difference is the

NoReverseMatch, again...

2008-10-22 Thread Alberto Piai
Hi all, I'm referring to this thread from a couple of months ago: http://groups.google.com/group/django-users/browse_frm/thread/1f4bb991f9f0f7b5?hl=en=1 I'm still having problems with the NoReverseMatch exception coming up with seemingly-random behavior.. or at least inexplicable to me.

Re: Problem with URL

2007-06-27 Thread Alberto Piai
Hello, On Jun 27, 10:55 am, AnaReis <[EMAIL PROTECTED]> wrote: > Hi, > I'm having a problem here and I don't really know how to solve it. > I have a form on a page, the add user page: > (r'^manager/operations/nlsciadc/users/adduser/$', add_user), #The > template is add_user.html > > When the