django-simple-blog icon indicating copy to clipboard operation
django-simple-blog copied to clipboard

what is you django version

Open lizeyun opened this issue 6 years ago • 1 comments

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

lizeyun avatar Oct 15 '18 08:10 lizeyun

Hey, you need to add 'django.contrib.sites' to your INSTALLED_APPS to your settings.py. Check out the README.

drager avatar Oct 27 '18 10:10 drager