Starting project. #1. May not work on it right away, I'm involved with FreshAir. From time to time I will update this project

This commit is contained in:
amazing-username
2019-02-06 18:03:26 +00:00
parent 0e8fe2210b
commit 23368a3cc3
12 changed files with 189 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
"""
WSGI config for icarus 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', 'icarus.settings')
application = get_wsgi_application()