mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
e3c8c6afff
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
396 B
Diff
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
|