Django Changelogs 0.1 | Coderz Repository

django-changelogs 0.1

Last updated:

0 purchases

django-changelogs 0.1 Image
django-changelogs 0.1 Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.