A Django app that integrates Git version control into the Django admin interface, allowing viewing of Git information and management of Git repositories within the admin.
django-git is an open source Django application that seamlessly integrates Git version control into the Django admin interface. It adds useful Git capabilities and information directly into the admin, allowing developers and project managers to view code commits, branches, tags, diffs, and other key Git details without leaving the admin.
Some of the key features django-git offers through the admin include:
By putting Git management access directly into the Django admin, django-git makes it easy for teams to stay on top of version control and changes without having to switch contexts. It helps improve developer productivity and collaboration around Git workflows.
django-git is open source under the BSD license and works with both Python 2.7+ and Python 3.4+. It can be installed via PyPI and configured by adding 'django_git' to INSTALLED_APPS.
Here are some alternatives to Django-git:
Suggest an alternative ❐