Code Review
/
multicloud
/
openstack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f75e4c2
)
Fix wsgi error without application
34/94734/1
author
Haibin Huang
<haibin.huang@intel.com>
Mon, 2 Sep 2019 06:51:39 +0000
(14:51 +0800)
committer
Haibin Huang
<haibin.huang@intel.com>
Mon, 2 Sep 2019 06:51:39 +0000
(14:51 +0800)
Issue-ID: MULTICLOUD-702
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I31693d1fd58160ed27a3289e0ee5c8c703ee0854
pike/pike/wsgi.py
patch
|
blob
|
history
diff --git
a/pike/pike/wsgi.py
b/pike/pike/wsgi.py
index
9b533a1
..
71f2e19
100644
(file)
--- a/
pike/pike/wsgi.py
+++ b/
pike/pike/wsgi.py
@@
-21,4
+21,4
@@
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pike.settings")
-
APPLICATION
= get_wsgi_application()
+
application
= get_wsgi_application()