Skip to content

Commit

Permalink
fix wsgi.py, add django-jsonify to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Percival authored and dbca-asi committed Mar 22, 2016
1 parent eec3332 commit f183497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ledger/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
import os
from django.core.wsgi import get_wsgi_application

import confy
confy.read_environment_file(".env")

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ledger.settings")
application = get_wsgi_application()
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ coverage>=4.0.3
django_bootstrap3>=6.2.2
django-braces>=1.8.1
django-hosts>=1.4
django-jsonify>=0.3.0

0 comments on commit f183497

Please sign in to comment.