kenken999's picture
fda
0f43f8a
raw
history blame
80 Bytes
INSTALLED_APPS = [
'myapp',
]
WSGI_APPLICATION = 'myapp.asgi.application'