Is it possible to set the destination of a redirect after a create in the admin?
My scenario is such that when users are created it's also necessary to create a profile object. I'm trying to figure out a quick (possibly hack) that would make creating a user and profile easier. (I know, it's just one more step, but it's a hassle.) One possibility is to just redirect people to the create profile page after a user is created. I thought about subclassing or patching the the User model's save() method to also create a profile on create. But I'd like to avoid adding my own patches into django if possible. Thanks for your advice, Milan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---