Add crispy_forms for restframework
This commit is contained in:
parent
dffee44cf0
commit
7b8aeb472c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ INSTALLED_APPS = [
|
|||
|
||||
'wagtail.api.v2',
|
||||
'rest_framework',
|
||||
'crispy_forms', # required by rest_framework
|
||||
|
||||
'modelcluster',
|
||||
'compressor',
|
||||
|
|
Loading…
Add table
Reference in a new issue