Django-MongoDB 開発環境を本番環境に移行しようとしています
Web インターフェイスから次のエラーが発生し続けます。
ImproperlyConfigured at /
port must be an instance of int
ターミナルで、実行すると
python manage.py syncdb
File "/home/user/lib/python-environments/djangomongo/local/lib/python2.7/site-packages/pymongo/connection.py", line 209, in __init__
raise TypeError("port must be an instance of int")
django.core.exceptions.ImproperlyConfigured: port must be an instance of int