フォルダをダウンロードして入れましたC:\Python27\Lib\site-packages\django\contrib\gis\db\backends\firebird
が、使用するときは
error:django.core.exceptions.ImproperlyConfigured: 'firebird' isn't an available database backend.
Try using `django.db.backends.XXX, where XXX is one of:
'dummy', 'mysql', 'oracle', 'postgresql_psycopg2', 'sqlite3'
Error was: No module named firebird.base
パスはすでに に書き込んでいますPYTHONPATH
。
どうすればこれを機能させることができますか?