Skip to content
Snippets Groups Projects
Commit 60fc0d56 authored by Christian Dresen's avatar Christian Dresen
Browse files

Added Reset Password

- Missing: real password reset
parent 70a20679
No related branches found
No related tags found
No related merge requests found
File deleted
"""
WSGI config for warpauth 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/1.8/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "warpauth.settings")
application = get_wsgi_application()
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment