SFA = Validation of Slices add user to slice & Update User keys, email and other...
[unfold.git] / apache / unfold.wsgi
1 import os
2 import sys
3
4 os.environ['DJANGO_SETTINGS_MODULE'] = 'myslice.settings'
5
6 import django.core.handlers.wsgi
7 application = django.core.handlers.wsgi.WSGIHandler()
8