wlanslovenija / django-tastypie-mongoengine

MongoEngine support for django-tastypie.
Other
73 stars 59 forks source link

Import/Reference error #98

Closed farhatnawaz closed 6 years ago

farhatnawaz commented 6 years ago

I started using django-tastypie-mongoengine today but ran into a problem. Whenever I try to import something (say resources), I get a reference error saying "unresolved reference 'tastypie_mongoengine'". I have it in my requirements.txt file with 0.4.6 version as well. So I don't know why I am getting that reference error. The error looks like this:

screenshot 2017-08-31 16 59 36

any help?