
Installation
============

Get the app `here <http://opensource.washingtontimes.com/projects/django-kamasutra/>`_

Add **positions** to your settings **INSTALLED_APPS**::

    INSTALLED_APPS = (
        ...
        'positions',
        ...
    )
    
Run syncdb::

    >>> ./manage.py syncdb
