Re: syncdb problem with mongodb engine

2015-10-19 Thread Lianghong Xu
Hi, I was able to fix the problem by applying the patch here: https://bitbucket.org/andrewgodwin/south/pull-requests/86/fixing-the-keyerror-default-when-managerpy/diff Thanks, Lianghong On Monday, October 19, 2015 at 12:44:33 PM UTC-4, James Schneider wrote: > > The version of Django you are r

Re: syncdb problem with mongodb engine

2015-10-19 Thread James Schneider
The version of Django you are running has not been supported for quite a while, you should update your Django installation to 1.7 or 1.8. There may be a compatibility issue if you have a new version of the plugin but an old Django installation. You should also look to see if there is a support tic

syncdb problem with mongodb engine

2015-10-19 Thread Lianghong Xu
Hi, I'm new to django. I'd like to use MongoDB as my backend engine and have installed all the required packages for a MongoDB django setup. However, when I run "python manage.py syncdb", I get this error: Traceback (most recent call last): File "./manage.py", line 10, in execute_from_

syncdb problem with mongodb engine

2015-10-19 Thread Lianghong Xu
Hi, I'm new to django. I would like to use MongoDB as my backend engine and installed all required packages for a MongoDB setup. However, when I run "python manage.py syncdb", I get the following error message: (mywiki)lianghon@172-19-151-114:~/repo/mywiki/testwiki$ python manage.py syncdb Tr