FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-web/property_manager/python_web/wsgi.py at master · reynold2/python-web · GitHub
reynold2
/
python-web
Public
forked from
BigRLab/python-web
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-web
/
property_manager
/
python_web
/
wsgi.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (10 loc) · 398 Bytes
Breadcrumbs
python-web
/
property_manager
/
python_web
/
wsgi.py
Copy path
File metadata and controls
16 lines (10 loc) · 398 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"""
WSGI config for python_web project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.10/howto/deployment/wsgi/
"""
import
os
from
django
.
core
.
wsgi
import
get_wsgi_application
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"python_web.settings"
)
application
=
get_wsgi_application
()
Back
|
FazBrowse Home
|
New Git URL