私は以下を実行しようとしています:
python manage.py dumpdata auth.User --indent 4 > users.json
次のエラーが表示されます。
/Users/user/Documents/workspace/example/django-env/lib/python2.7/site-packages/nose/plugins/manager.py:395:
RuntimeWarning: Unable to load plugin selenium_fixtures
= noseselenium.plugins:SeleniumFixturesPlugin: cannot import name AdminMediaHandler
RuntimeWarning)
Selenium とノーズがインストールされています。では、どうすればこの問題を解決できますか? 前もって感謝します?