Skip to content
Snippets Groups Projects
Verified Commit 15d95586 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Install django-hattori. Advances #105.

parent e662c8ab
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ INSTALLED_APPS = [
'phonenumber_field',
'debug_toolbar',
'contact_form',
'hattori',
'biscuit.core',
'impersonate',
]
......
......@@ -46,6 +46,7 @@ django-impersonate = "^1.4"
python-memcached = "^1.59"
django-dbbackup = "^3.2"
django-cron = "^0.5.1"
django-hattori = "^0.2"
[tool.poetry.extras]
ldap = ["django-auth-ldap"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment