Django Custom Admin
- by Harry
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