Remove formtools

Move the ApplicationWizard from under forms/ into
views/ where each page of the application is now its
own view.
This commit is contained in:
Seamus Johnston 2022-12-28 10:19:34 -06:00
parent b45c335257
commit 9886367dd6
No known key found for this signature in database
GPG key ID: 2F21225985069105
38 changed files with 876 additions and 490 deletions

View file

@ -17,7 +17,6 @@ oic = "*"
pyjwkest = "*"
psycopg2-binary = "*"
whitenoise = "*"
django-formtools = "*"
django-widget-tweaks = "*"
cachetools = "*"
requests = "*"