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
  1. Add “version_control” to your INSTALLED_APPS setting like this:

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

MIDDLEWARE = [
    "version_control.middleware.VersionControlMiddleware"
]
  1. 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.8.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file version_control-0.0.8.tar.gz.

File metadata

  • Download URL: version_control-0.0.8.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.5

File hashes

Hashes for version_control-0.0.8.tar.gz
Algorithm Hash digest
SHA256 e1184f3ec9f4a2ec032a99b7865181716a2517720362a20ff1ea4a1889a0b5ab
MD5 9df3a35bf1287bafeaa34905cff41bda
BLAKE2b-256 48bc48a83a26223ba42d74740e295f51d152aa9881f51be6d01a92b74b557a8e

See more details on using hashes here.

Supported by

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