django-navware

A simple yet effective navigation system for Django apps.


License
BSD-3-Clause
Install
pip install django-navware==0.0.1

Documentation

Django Navware

A simple yet effective navigation system for Django apps

status-image version-image coverage-image download-image

Overview

Build simple navigation system for Django apps, while keeping it **DRY.

How to install

1. easy_install django-navware
2. pip install django-navware
3. git clone http://github.com/un33k/django-navware
    a. cd django-navware
    b. run python setup.py
4. wget https://github.com/un33k/django-navware/zipball/master
    a. unzip the downloaded file
    b. cd into django-navware-* directory
    c. run python setup.py

How to use

Running the tests

To run the tests against the current environment:

python manage.py test

License

Released under a (BSD) license.

Version

X.Y.Z Version

`MAJOR` version -- when you make incompatible API changes,
`MINOR` version -- when you add functionality in a backwards-compatible manner, and
`PATCH` version -- when you make backwards-compatible bug fixes.