diff options
Diffstat (limited to 'system/graphite-web/patches/graphite.wsgi.example.diff')
-rw-r--r-- | system/graphite-web/patches/graphite.wsgi.example.diff | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/graphite-web/patches/graphite.wsgi.example.diff b/system/graphite-web/patches/graphite.wsgi.example.diff new file mode 100644 index 0000000000000..d4f436ae7a14a --- /dev/null +++ b/system/graphite-web/patches/graphite.wsgi.example.diff @@ -0,0 +1,9 @@ +--- 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 |