31
I added 'django.contrib.gis'
to INSTALLED_APPS
in the django settings.py
and it fixed my problem .
- [Django]-How can I chain Django's "in" and "iexact" queryset field lookups?
- [Django]-How to create user from django shell
- [Django]-How do I convert a Django QuerySet into list of dicts?
Source:stackexchange.com