File size: 80 Bytes
0f43f8a
 
 
 
 
 
1
2
3
4
5
6
7

INSTALLED_APPS = [
    'myapp',
]

WSGI_APPLICATION = 'myapp.asgi.application'