Ramo
April 10, 2020, 7:17am
1
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
Ramo
April 10, 2020, 8:07am
2
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.
Ramo
April 10, 2020, 10:43am
3
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.