django-version-manager

Django Version Manager is a project in order to help developers expose their version information and changelogs to their user.


License
Apache-2.0
Install
pip install django-version-manager==0.1.0

Documentation

Discontinuation Announcement

This project was initially a toy project for me to learn create Django integrated applications. It is not intended to be developed any further, but it will be available through pip.

Django Version Manager

Codacy Badge

Django Version Manager is a project in order to help developers expose their version information and changelogs to their user.

Requirements

The library is tested on the environments below:

  • Python 3.5
  • Django 1.9 or greater

Installing

To install, simply do:

pip install django-version-manager

Also, you need to include django_version_manager to your INSTALLED_APPS variable in the settings file.

Documentation

To read the documentation of latest release, please refer to this documentation.