55👍
✅
This is because it’s not finding the default templates.
Make sure 'django.template.loaders.app_directories.load_template_source'
is in your TEMPLATE_LOADERS
setting, and also make sure that 'django.contrib.sitemaps'
is in your INSTALLED_APPS
.
👤Mez
5👍
You can try removing django.contrib.sites
from the INSTALLED_APPS
.
Just add the django.contrib.sitemaps
.
- What is Serializers to_internal_value method used for in Django
- Django Testing – Hard code URLs or Not
- How to purge all tasks of a specific queue with celery in python?
- PUT request for image upload not working in django rest
- Python multiple inheritance function overriding and ListView in django
- Matplotlib svg as string and not a file
- Pycharm remote project with virtualenv
- How to upgrade Django on ubuntu?
- Django Newsletter App
- Django REST framework – multiple lookup fields?
Source:stackexchange.com