githubでこれらのパッケージを使用して同じエラーを修正することができました:
https://github.com/django-nonrel/django-nonrel
https://github.com/django-nonrel/djangotoolbox
Django-Mongodbのセットアップページで推奨されているものの代わりに。また、必ずmaster
を使用してください 互換性の問題に遭遇しないように、それぞれのブランチ。 pip
を使用している場合 、pip install
のいずれかを実行できます 次の各行を個別に、またはバージョンのrequirements.txt
に配置します プロジェクトのファイル:
git+https://github.com/django-nonrel/[email protected]
git+https://github.com/django-nonrel/[email protected]
git+https://github.com/django-nonrel/[email protected]
そして、
を実行しますpip install -r requirements.txt