blob: d4f436ae7a14ae175e2d2ac71844565d3d92f3e3 (
plain)
1
2
3
4
5
6
7
8
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
|