diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-01 15:51:59 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-01 15:51:59 +0100 |
commit | 089eb10d5023e92969b72561baca32a9d730f0c6 (patch) | |
tree | ef713fe89690129dfea07239be97634a6fcd062d /config/settings | |
parent | 18a273f684946d2a6ad99ae579339f787bfaa0c2 (diff) |
making progress with the form wizard
Diffstat (limited to 'config/settings')
-rw-r--r-- | config/settings/base.py | 1 |
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 = [ |