You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: