Add crispy_forms for restframework

This commit is contained in:
Oleg Lavrovsky 2018-11-12 21:24:43 +01:00
parent dffee44cf0
commit 7b8aeb472c
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ INSTALLED_APPS = [
'wagtail.api.v2',
'rest_framework',
'crispy_forms', # required by rest_framework
'modelcluster',
'compressor',