Revert "Trying to add the invitations module."
This reverts commit bea6c606fd.
This commit is contained in:
@@ -41,8 +41,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django_thumbs',
|
||||
'invitations'
|
||||
'django_thumbs'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
@@ -137,10 +136,3 @@ AUTH_USER_MODEL = 'lostplaces_app.Explorer'
|
||||
# Templates to use for authentication
|
||||
LOGIN_REDIRECT_URL = 'home'
|
||||
LOGOUT_REDIRECT_URL = 'home'
|
||||
|
||||
# User invitation settings
|
||||
ACCOUNT_INVITATION_DAYS = 14
|
||||
ACCOUNT_ACTIVATION_DAYS = 14
|
||||
INVITATIONS_PER_USER = 0
|
||||
|
||||
INVITE_MODE = True
|
||||
Reference in New Issue
Block a user