BurkovBA / django-rest-framework-mongoengine-example

django-rest-framework-mongoengine-example
83 stars 45 forks source link

Fix various import issues and decode issue for unit tests #5

Closed tonyvu2014 closed 7 years ago

tonyvu2014 commented 7 years ago

Thanks for this example. I just encountered some ImportError and TypeError while trying to run the project and run the tests following your instructions. This PR uses the correct import paths to fix the ImportError and uses decode() on users' tests.py to fix the TypeError. It works great after that.

BurkovBA commented 7 years ago

Thanks for your fixes, Tony! Merged =)