David
unread,Jul 30, 2010, 6:01:04 PM7/30/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I am using the generic view
django.views.generic.create_update.update_object to edit a model. The
form is displayed, the model gets updated, but on redirect, I get an
ImproperlyConfigured exception. Django tells me I need to define a
get_absolute_url method, but I already did, it just doesn't seem to be
seeing it. What's going on here?