Menu

[r5789]: / trunk / gui / apache / django.wsgi  Maximize  Restore  History

Download this file

8 lines (5 with data), 198 Bytes

import os, sys
sys.path.append('/usr/local/www')
os.environ['DJANGO_SETTINGS_MODULE'] = 'freenasUI.settings'

import django.core.handlers.wsgi

application = django.core.handlers.wsgi.WSGIHandler()
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.