Django SuperTagging v0.4.5 documentation
Enter search terms or a module, class or function name.
There are a couple ways for you to get Django-SuperTagging,
Clone the git repository from here Download the latest build from our opensource site here Use PIP to install from our opensource site pypi pip install –extra-index-url=http://opensource.washingtontimes.com/pypi/simple/ supertagging
Clone the git repository from here
Download the latest build from our opensource site here
Add to INSTALLED_APPS
INSTALLED_APPS = ( ... supertagging, ... )
Run syncdb:
>>> ./manage.py syncdb