[Really solved] Re: NoReverseMatch under mod_wsgi with custom admin.get_urls()

2010-08-19 Thread ringemup
Sorry for the spam, but just wanted to note that I'd solved the problem. I was using the wrong method of namespacing. The following worked properly: rev = reverse('staff_admin:account_wizard') I'm wondering if there's a better way to demonstrate the usage in the docs. On Aug 19, 4:48 pm, ringe

[Solved] Re: NoReverseMatch under mod_wsgi with custom admin.get_urls()

2010-08-19 Thread ringemup
Never mind, namespacing the reverse() calls and {% url %} tags seems to have fixed things. On Aug 19, 4:32 pm, ringemup wrote: > I'm using a custom admin.get_urls() method.  It was working flawlessly > on the development server, but now under mod_wsgi I'm getting > NoReverseMatch errors almost an