Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90730514
asgi.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
Mon, Nov 4, 06:09
Size
397 B
Mime Type
text/x-python
Expires
Wed, Nov 6, 06:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22124923
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
asgi.py
View Options
"""
ASGI config for django_api project.
It exposes the ASGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/3.1/howto/deployment/asgi/
"""
import
os
from
django.core.asgi
import
get_asgi_application
os
.
environ
.
setdefault
(
'DJANGO_SETTINGS_MODULE'
,
'django_api.settings'
)
application
=
get_asgi_application
()
Event Timeline
Log In to Comment