django-simple-blog
django-simple-blog copied to clipboard
what is you django version
my django version 1.11 get a problem: raise original_exception django.db.utils.ProgrammingError: (1146, "Table 'adminset.django_site' doesn't exist") when i exec python manage.py migrate
Hey, you need to add 'django.contrib.sites'
to your INSTALLED_APPS
to your settings.py
. Check out the README.