added formtools app

This commit is contained in:
Benni Bärmann 2021-01-11 15:37:41 +01:00
parent 77a7563e22
commit 508392d700
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -43,6 +43,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'multiselectfield',
'formtools',
]
MIDDLEWARE = [