Skip to content

mdamien/django-admin-gitlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🍹 Add git log to the django admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published