slackbuilds_ponce/system/graphite-web/patches/graphite.wsgi.example.diff
Mario Preksavec e3c8c6afff system/graphite-web: Added (Enterprise Scalable Realtime Graphing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-02-28 03:30:02 +07:00

9 lines
396 B
Diff

--- graphite-web-0.9.13-pre1/conf/graphite.wsgi.example.orig 2014-12-31 17:51:36.000000000 +0100
+++ graphite-web-0.9.13-pre1/conf/graphite.wsgi.example 2015-02-19 18:26:43.753661979 +0100
@@ -1,5 +1,5 @@
import os, sys
-sys.path.append('/opt/graphite/webapp')
+sys.path.append('/usr/share/graphite/static')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'graphite.settings')
import django