Skip to content

dannluciano/django-mini-system-monitor

Repository files navigation

Mini System Monitor

System Status in Django Admin

Only available for superusers.


  1. Install django_mini_system_monitor with pip:
pip install django-mini-system-monitor
  1. Add "mini_system_monitor" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'mini_system_monitor',
    ]
  1. Run python manage.py migrate to create the models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ (you'll need the Admin app enabled).

    python manage.py runserver

Screenshots

Mini System Monitor Index Page

Index Admin Mini System Monitor

Overview Page

Overview of Mini System Monitor

Envs Page

Shell Environments Variables

Settings Page

Django Settings Variables

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Inspired:

Thanks to IFPI for pay my salary!

IFPI