added formtools app
This commit is contained in:
parent
77a7563e22
commit
508392d700
|
@ -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
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'multiselectfield',
|
||||
'formtools',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in New Issue