/django-admin-gitlog

:tropical_drink: Add git log to the django admin

Primary LanguagePython

django-admin-gitlog

Display a `git log` in your admin

To install, pip3 install django-admin-gitlog

And then add it to your INSTALLED_APPS

INSTALLED_APPS = [
    # ...
    'admin_gitlog',
]

How it works: It simply overrides the default admin.index_template to add the info

Screenshot