Add simpleblog and django.contrib.sites to your INSTALLED_APPS setting like this: INSTALLED_APPS = [ ... 'django.contrib.sites', 'simpleblog', ] Note: if you want to customize the templates, please ...