Django management commands from admin interface
This need came up when during app deployment, needed to run some management commands without ssh-ing into the server or using the terminal. Thankfully Django management command can be called anywhere using management.call_command() This is a brief one, view code on GitHub here: https://github.com/NEbere/data-import/tree/master You need to install the admin_plus package with pip, ensure your