summaryrefslogtreecommitdiff
path: root/backoffice.wsgi.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-05 15:17:05 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-05 15:17:05 +0100
commitc6e2ca80a10fd87cb92e24d39dbf76acca6542c3 (patch)
treea2858248ba575e1df4990839fa56618f714cb06c /backoffice.wsgi.in
parent369d47974bc75df5df74c8253286e27308d04f53 (diff)
downloadbackoffice-c6e2ca80a10fd87cb92e24d39dbf76acca6542c3.tar.gz
backoffice-c6e2ca80a10fd87cb92e24d39dbf76acca6542c3.tar.bz2
backoffice-c6e2ca80a10fd87cb92e24d39dbf76acca6542c3.zip
up to the point where the site fetches all the
values from the config file.
Diffstat (limited to 'backoffice.wsgi.in')
-rw-r--r--backoffice.wsgi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/backoffice.wsgi.in b/backoffice.wsgi.in
index 0640c99..7823756 100644
--- a/backoffice.wsgi.in
+++ b/backoffice.wsgi.in
@@ -16,6 +16,6 @@ site.addsitedir("%s/lib/python%d.%d/site-packages" % (
sys.version_info.major,
sys.version_info.minor))
-import talerblog.blog
+import talerbackoffice.backoffice
-application = talerblog.blog.app
+application = talerbackoffice.backoffice.app