Hello,

> If the current package works fine, please close this bug (or retitle it as
> a suggestion to implement Python 3 support and drop its severity to
> wishlist[1]). If it's broken, please tag it as confirmed. If it's not
> broken, but would benefit from further work, please tag it as confirmed
> but reduce the severity.

package works fine. Only wsgi file needs some tuning:

diff --git a/debian/graphite.wsgi b/debian/graphite.wsgi
index 559b558..04e4bdb 100644
--- a/debian/graphite.wsgi
+++ b/debian/graphite.wsgi
@@ -1,5 +1,7 @@
 import os, sys
+import django
 os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings'
+django.setup()
 
 import django.core.handlers.wsgi


Will upload a new package soon.

Thanks,
        Jonas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to