Only available for superusers.
- Install django_mini_system_monitor with pip:
pip install django-mini-system-monitor- Add "mini_system_monitor" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'mini_system_monitor',
]-
Run
python manage.py migrateto create the models. -
Start the development server and visit http://127.0.0.1:8000/admin/ (you'll need the Admin app enabled).
python manage.py runserver- Dann Luciano - Initial work - @dannluciano
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
Inspired:
- django-system-monitor
- and by Corona Virus
Thanks to IFPI for pay my salary!




