Spaces:
Running
Running
| """ | |
| WSGI config for simulationserver project. | |
| """ | |
| import os | |
| from django.core.wsgi import get_wsgi_application | |
| os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'simulationserver.settings') | |
| application = get_wsgi_application() | |