OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

ImportError: cannot import name 'QUERY_TERMS' #70

Open 6Rebel opened 6 years ago

6Rebel commented 6 years ago

I am learning to make api in python same as given in this article ( https://codeburst.io/create-a-django-api-in-under-20-minutes-2a082a60f6f3 ), but having this issue File "c:\users\acer\downloads\compressed\django-tastypie-master\tastypie\resources.py", line 32, in from django.db.models.sql.constants import QUERY_TERMS ImportError: cannot import name 'QUERY_TERMS'

Please help