Re: urls.py and views.generic issue

2011-02-19 Thread jnns
for a sequence of four "d"s. Regards, jnns On Feb 20, 12:57 am, Antti wrote: > The problem: > > I can't seem to get most of my urls that I type in my browser to math > a url in my urls.py file.  I am currently doing Web Monkey's Blog > Tutorial (http://www.webmo

Using success_url with reverse() in class-based generic view

2011-02-18 Thread jnns
Hi users, I have a CreateView which I'd like to redirect to a custom success_url defined in my URLconf. As I want to stick to the DRY-principle I just did the following: success_url = reverse("my-named-url") Unfortunately, this breaks my site by raising an "ImproperlyConfigured: The included