Installation¶
Install
django-howl(or download from PyPI):
pip install django-howl
After Installation add it to
INSTALLED_APPSinsettings.py:
INSTALLED_APPS = (
# other apps
'howl',
)
Install django-howl (or download from PyPI):
pip install django-howl
After Installation add it to INSTALLED_APPS in settings.py:
INSTALLED_APPS = (
# other apps
'howl',
)