django-changelogs 0.1

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangochangelogs 0.1

Changelogs
Changelogs is, as the name implies, a changelog app to keep track of your application's version.
Quick start


Add "changelogs" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'changelogs',
]



Run python manage.py migrate to create necessary models.


Start the development server and visit http://127.0.0.1:8000/admin/changelogs/
to create a changelog version (you'll need the Admin app enabled).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.