aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-01 15:51:59 +0100
committerMR Lemon <matt@matthewlemon>2020-05-01 15:51:59 +0100
commit089eb10d5023e92969b72561baca32a9d730f0c6 (patch)
treeef713fe89690129dfea07239be97634a6fcd062d /config/settings
parent18a273f684946d2a6ad99ae579339f787bfaa0c2 (diff)
making progress with the form wizard
Diffstat (limited to 'config/settings')
-rw-r--r--config/settings/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/settings/base.py b/config/settings/base.py
index fd3f502..e1d7763 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -81,6 +81,7 @@ THIRD_PARTY_APPS = [
"allauth",
"allauth.account",
"allauth.socialaccount",
+ "formtools",
]
LOCAL_APPS = [