Django Custom Admin

Posted by Harry on Stack Overflow See other posts from Stack Overflow or by Harry
Published on 2010-03-23T08:57:37Z Indexed on 2010/03/23 9:03 UTC
Read the original article Hit count: 179

Filed under:
|

Hello there

Currently I have an app with a save method in its models.py . So I would like to change this so the models does not do the save() method, but rather have a separate view that will do this in die admin site.

Can you please direct me in the correct direction?

Thank you

© Stack Overflow or respective owner

Related posts about django-admin

Related posts about django