Django Version Control
Project description
Django Version Control
Third-party app created with https://github.com/kuter/django-plugin-template-cookiecutter
Quick start
Install version_control:
$ pip install version_control
Add “version_control” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
"version_control",
]
Enable “version_control” in your settings module as follows:
MIDDLEWARE = [
"version_control.middleware.VersionControlMiddleware"
]
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e1184f3ec9f4a2ec032a99b7865181716a2517720362a20ff1ea4a1889a0b5ab
|
|
MD5 |
9df3a35bf1287bafeaa34905cff41bda
|
|
BLAKE2b-256 |
48bc48a83a26223ba42d74740e295f51d152aa9881f51be6d01a92b74b557a8e
|