From 7c575aaa8e98a6aa7eda8d69e2b14d014ee91b09 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Mon, 17 Mar 2014 04:16:49 +0100 Subject: Initial commit --- main.wsgi | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 main.wsgi (limited to 'main.wsgi') diff --git a/main.wsgi b/main.wsgi new file mode 100644 index 0000000..9e5292c --- /dev/null +++ b/main.wsgi @@ -0,0 +1,4 @@ +#import sys +#sys.path.insert(0, '/path/to/ddns/dir/') +#from main import app as application +from ddns import app as application -- cgit v1.2.3