Merge branch 'fibre' of ssh://git.onelab.eu/git/myslice into fibre
[myslice.git] / apache / myslice.wsgi
deleted file mode 100644 (file)
index 6e36476ab7eacb39a5fb44770298207c5eb4a04f..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,12 +0,0 @@
-import os
-import sys
-
-path = '/usr/share/myslice'
-if path not in sys.path:
-    sys.path.append(path)
-
-os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings'
-
-import django.core.handlers.wsgi
-application = django.core.handlers.wsgi.WSGIHandler()
-
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..69ee4920daa99d6a2d2281f1f83208c371d6d728
--- /dev/null
@@ -0,0 +1 @@
+unfold.wsgi
\ No newline at end of file