Project 'tomas.hozman/piratipracuji.cz' was moved to 'alexa.valentova/piratipracuji.cz'. Please update any links and bookmarks that may still have the old path.
Select Git revision
Forked from
TO / Weby / piratipracuji.cz
Source project has a limited visibility.
-
Charlie Root authoredCharlie Root authored
django.wsgi 199 B
import os
import sys
sys.path.append('/web/helios-server')
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()