On Tuesday, October 16, 2012, Lachlan Musicman wrote:
> Hola,
>
> I wanted to override the save event in the admin so that users were
> redirected to a different page.
>
> I found this page describing how to do it:
>
> http://www.ibm.com/developerworks/opensource/library/os-django-admin/index.html
On Tue, Oct 16, 2012 at 1:44 PM, Lachlan Musicman wrote:
>> Hola,
>>
>> I wanted to override the save event in the admin so that users were
>> redirected to a different page.
>
> Of course, further reading has turned up signals. Is this the current
> recommended method?
>
> eg:
>
> from django.db.
On Tue, Oct 16, 2012 at 12:52 PM, Lachlan Musicman wrote:
> Hola,
>
> I wanted to override the save event in the admin so that users were
> redirected to a different page.
Of course, further reading has turned up signals. Is this the current
recommended method?
eg:
from django.db.models.signals
3 matches
Mail list logo