Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90679979
wsgi.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 3, 20:10
Size
397 B
Mime Type
text/x-python
Expires
Tue, Nov 5, 20:10 (2 d)
Engine
blob
Format
Raw Data
Handle
22113982
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
wsgi.py
View Options
"""
WSGI config for django_api 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/3.1/howto/deployment/wsgi/
"""
import
os
from
django.core.wsgi
import
get_wsgi_application
os
.
environ
.
setdefault
(
'DJANGO_SETTINGS_MODULE'
,
'django_app.settings'
)
application
=
get_wsgi_application
()
Event Timeline
Log In to Comment