From 508392d700167d57be6a1204ac36301cb79a7653 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Mon, 11 Jan 2021 15:37:41 +0100 Subject: [PATCH] added formtools app --- README.md | 2 +- eva/settings.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f97685..777a8f0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ environment managing tool - use this environment and do - pip install django django-multiselectfield + pip install django django-multiselectfield django-formtools - clone this repository diff --git a/eva/settings.py b/eva/settings.py index b507344..a780bde 100644 --- a/eva/settings.py +++ b/eva/settings.py @@ -43,6 +43,7 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', 'multiselectfield', + 'formtools', ] MIDDLEWARE = [