MyAcc: Clear button disabled when there is no credentials to clear
[myslice.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