Skip to content
Snippets Groups Projects
Commit 33959609 authored by Ben Adida's avatar Ben Adida
Browse files

updated path in django

parent 74862a34
No related branches found
No related tags found
No related merge requests found
import os
import sys
os.environ['DJANGO_SETTINGS_MODULE'] = 'helios-server.settings'
sys.path.append('/web/helios-server')
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment