Skip to content

Tracware is an app that allows you to track any object of any type in Django

License

Notifications You must be signed in to change notification settings

un33k/django-tracware

Repository files navigation

Django Tracware

A Django application for tracking objects of all types

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

Overview

Best attempt for tracking objects of all types while keeping it DRY.

How to install

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

How to use

Advanced users:

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.

About

Tracware is an app that allows you to track any object of any type in Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published