INSTALLED_APPS = [
'blog',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
]
when I added my application name in INSTALLED_APPS in settings.py file. give this type of errors:
AttributeError: module 'blog.admin' has no attribute 'site'