Revert "Trying to add the invitations module."

This reverts commit bea6c606fd.
This commit is contained in:
2020-08-01 19:05:37 +02:00
parent ba3f937086
commit f2f32351e1
2 changed files with 3 additions and 13 deletions

View File

@@ -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