我试图使用django_cassandra_engine使用cassandra,但我继续得到以下错误
django.core.exceptions.ImproperlyConfigured: 'django_cassandra_engine' isn't an available database backend.
Try using 'django.db.backends.XXX', where XXX is one of:
u'mysql', u'oracle', u'postgresql_psycopg2', u'sqlite3'
Error was: cannot import name connection_created
为什么会出现这个错误呢?我在这里错过了什么吗?