Proposes to add notifications for updates and the ability to perform the update from the admin panel.
Proposes to add notifications for updates and the ability to perform the update from the admin panel.
Notification about new version out in ACP is already on github.
As for update from ACP I can guarantee this aint gonna happen until at least Python 4 due to how python manages loaded code internally, how Django apps are scaled by starting more Django instances as well as us having no access to Django routines managing processes.
Django dev server is able to reboot app on code change because it's running no more than single process at time that it can easily kill and bring up fresh one.