Im trying to get the admin site of my app in Django working. Ive just sync`d the DB and then gone to the site but I get the error ...
Site matching query doe
Add django.contrib.sites in django INSTALLED_APPS and also add SITE_ID=1 in your django setting file.
django.contrib.sites
INSTALLED_APPS
SITE_ID=1