Is it possible to execute python command in admin panel or in django view?I. e. if I would like to sync database in my app using a button.
Write a custom admin view featuring a form, and when the form is submitted in the view call django.core.management.call_command
Remark regarding using a form: As your request will change things at the server-side, a post must be preferred over a get.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With