kenken999's picture
update
d548975
raw
history blame contribute delete
80 Bytes
INSTALLED_APPS = [
'myapp',
]
WSGI_APPLICATION = 'myapp.asgi.application'