diff options
author | 2018-12-30 14:35:47 +0100 | |
---|---|---|
committer | 2018-12-30 14:35:47 +0100 | |
commit | 262734f65cee0fd615ab93490d62c6d23dfcf533 (patch) | |
tree | 9ab02a2c5fb2e1735a42edbbb1056a057692d4e1 /pysite/settings.py | |
parent | Bump minimum DRF version to `3.9.0`. (diff) |
Set up `django-crispy-forms`.
Diffstat (limited to 'pysite/settings.py')
-rw-r--r-- | pysite/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/settings.py b/pysite/settings.py index 0175fb46..16473280 100644 --- a/pysite/settings.py +++ b/pysite/settings.py @@ -72,6 +72,7 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', + 'crispy_forms', 'django_hosts', 'django_filters', 'rest_framework', |