django-ohm2-handlers 1.1.9

Quick start ———– 1. Add “ohm2_handlers” to your INSTALLED_APPS setting like this:: INSTALLED_APPS = 2. Include the handlers URLconf in your project urls.py like this:: url ), 3. Run `python manage.py migrate` to create the handlers models.