Add django-jsonform dependency
This commit is contained in:
parent
ec29ca5121
commit
e61bf9076f
3 changed files with 16 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ INSTALLED_APPS = [
|
|||
# The frontend app is loaded early in order to supersede some allauth views/behaviour
|
||||
"servala.frontend",
|
||||
"django.forms",
|
||||
"django_jsonform",
|
||||
"template_partials",
|
||||
"rules.apps.AutodiscoverRulesConfig",
|
||||
"allauth",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue