Installation

  1. [sudo] pip install django-terms
  2. Add 'terms', to your INSTALLED_APPS
  3. ./manage.py syncdb (./manage.py migrate terms if you use South)
  4. Add terms to your urls:
    • add url(r'^terms/', include('terms.urls')), to your urls.py
    • or, if you are using django-CMS, add a page and use the apphook and menu