Added a required SITE_ID setting.
This commit is contained in:
@@ -30,3 +30,5 @@ MIDDLEWARE_CLASSES = (
|
||||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
|
||||
)
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
Reference in New Issue
Block a user