Skip to content

dannluciano/django-mini-system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

977feec · Jul 22, 2021

History

19 Commits
Jan 31, 2021
Jul 22, 2021
Jul 16, 2021
Jan 29, 2021
Jan 29, 2021
Jan 29, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Jul 16, 2021
Jan 30, 2021
Jul 16, 2021
Jul 16, 2021
Jan 31, 2021
Jul 17, 2021

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