Here is the error:
templatedoesnotexist gis/admin/openlayers.html
I get the following error when I run my django admin. How can I fix?
I have django installed.
Add 'django.contrib.gis' to INSTALLED_APPS.
'django.contrib.gis'
INSTALLED_APPS
I added 'django.contrib.gis' to INSTALLED_APPS in the django settings.py and it fixed my problem .
settings.py