SO I created a django project and app as per the tutorial and I have all the dependencies necessarry for MongoDB Engine it all seemed to be working fine and dandy till I tried e
I use manage.py syncdb and then manage.py tellsiteid but still display error.
manage.py syncdb
manage.py tellsiteid
I finally solve it by dropping the database and sync again.
Hope this can help someone:)