Skip to main content

Django Version Control

Project description

https://img.shields.io/pypi/l/version_control.svg Latest PyPI version https://travis-ci.org/kuter/django-version-control.svg?branch=master https://coveralls.io/repos/github/kuter/django-version-control/badge.svg?branch=master https://img.shields.io/badge/code%20style-black-000000.svg

Django Version Control

Third-party app created with https://github.com/kuter/django-plugin-template-cookiecutter

Quick start

  1. Install version_control:

    $ pip install version_control
  2. Add “version_control” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        "version_control",
    ]
  3. Enable “version_control” in your settings module as follows:

    MIDDLEWARE = [
        "version_control.middleware.VersionControlMiddleware"
    ]
  4. Install third-party modules

For projects running under git source control:

$ pip install GitPython

For mercurial projects:

$ pip install hglib  # python 3.x
$ pip install python-hglib  # python 2.7.x

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

version-control-0.0.5.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

version_control-0.0.5-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page