Browse Source

added crispy-forms to fix build error during compress

pull/160/head
Mike Olund 8 years ago
parent
commit
06df2f4727
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      edivorce/settings/base.py
  2. +1
    -0
      requirements.txt

+ 1
- 0
edivorce/settings/base.py View File

@ -45,6 +45,7 @@ INSTALLED_APPS = (
'debug_toolbar',
'edivorce.apps.core',
'compressor',
'crispy_forms'
)
MIDDLEWARE_CLASSES = (


+ 1
- 0
requirements.txt View File

@ -1,5 +1,6 @@
Django==1.8.17
django-compressor==2.1
django-crispy-forms==1.6.1
django-debug-toolbar==1.5
djangorestframework==3.5.3
gunicorn==19.4.5


Loading…
Cancel
Save