This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
added crispy-forms to fix build error during compress
pull/160/head
Mike Olund
8 years ago
parent
a9f2981e81
commit
06df2f4727
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
edivorce/settings/base.py
+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
Write
Preview
Loading…
Cancel
Save