From e3647a7063c54e68898c0cdfc0373c4804f0bfc5 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Mon, 17 Mar 2014 04:18:38 +0100 Subject: - --- ddns.wsgi | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ddns.wsgi (limited to 'ddns.wsgi') diff --git a/ddns.wsgi b/ddns.wsgi new file mode 100644 index 0000000..9e5292c --- /dev/null +++ b/ddns.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