# Conflicts:
#	readme.md
This commit is contained in:
github
2019-07-15 20:15:02 +08:00
44 changed files with 0 additions and 2470 deletions

View File

@@ -1,16 +0,0 @@
"""
WSGI config for pwdselfservice 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.1/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pwdselfservice.settings')
application = get_wsgi_application()