Installation

pip install django-howl
  • After Installation add it to INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
    # other apps
    'howl',
)