I am following Graphite tutorial to install graphite on my Ubuntu system, as soon as I try to run this command
$sudo graphite-manage syncdb
this exception is thrown
django.core.exceptions.ImproperlyConfigured:django.db.backends.postgresql_psycopg2 isnot an available database backend.Try using django.db.backends.XXX, where XXX is one of:ubase, umysql, uoracle, usqlite3 Error was: No module named postgresql_psycopg2.base
I did some search to find out the cause and tried this but its still persisting, can anybody help please