Skip to content
Snippets Groups Projects
Commit 6a02f927 authored by Minhao Qiu's avatar Minhao Qiu
Browse files

start first django app

parent 0b9bd934
No related branches found
No related tags found
No related merge requests found
"""
WSGI config for mysite 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/2.2/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mysite.settings')
application = get_wsgi_application()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment