Django admin custom command

Hi all,

I have simple question please . and sorry for asking that xD.

Anyone knows how to click a save button on a django admin panel , but like this >> python manage.py SaveTemplate [Custom command I meant].

I know it simple but unfortunately I’m not a developer.

Many thanks

Basically I need to do a post save to an object on the admin panel after each deployment to the api … is there a way to do that. just to make it more clear.

Or if we can >> re-save an existing “enabled” periodic task ? >> I believe it will solve our problem. my question how to do that using command line.