forked from Lainports/freebsd-ports
- Add a pkg-message to explain more about how to set things up PR: ports/172960 Submitted by: brd Approved by: maintainer timeout (bsdports@wayfair.com, >2w) While here, use sed instead of perl to avoid breakage on systems without perl (...) Feature safe: yes
9 lines
354 B
Text
9 lines
354 B
Text
--- conf/graphite.wsgi.example.ori 2012-10-12 19:34:56.000000000 -0600
|
|
+++ conf/graphite.wsgi.example 2012-10-12 19:35:07.000000000 -0600
|
|
@@ -1,5 +1,5 @@
|
|
import os, sys
|
|
-sys.path.append('/opt/graphite/webapp')
|
|
+sys.path.append('/usr/local/graphite/webapp')
|
|
os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings'
|
|
|
|
import django.core.handlers.wsgi
|