Installation¶
Django-snitch can be installed from PyPI with tools like pip:
$ pip install django-snitch
Then add "snitch" to your INSTALLED_APPS.
INSTALLED_APPS = [
...
"snitch",
]
Django-snitch can be installed from PyPI with tools like pip:
$ pip install django-snitch
Then add "snitch" to your INSTALLED_APPS.
INSTALLED_APPS = [
...
"snitch",
]