Django Kamasutra v0.1.6 documentation
Enter search terms or a module, class or function name.
Get the app here
Add positions to your settings INSTALLED_APPS:
INSTALLED_APPS = ( ... 'positions', ... )
Run syncdb:
>>> ./manage.py syncdb