summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index f27fe68..dab14e0 100644
--- a/settings.py
+++ b/settings.py
@@ -154,9 +154,9 @@ INSTALLED_APPS = (
)
-LOGIN_URL = '/accounts/login/'
+LOGIN_URL = '/hyperkitty/accounts/login/'
LOGIN_REDIRECT_URL = '/'
-LOGIN_ERROR_URL = '/accounts/login/'
+LOGIN_ERROR_URL = '/hyperkitty/accounts/login/'
SOCIAL_AUTH_COMPLETE_URL_NAME = 'socialauth_complete'
SOCIAL_AUTH_ASSOCIATE_URL_NAME = 'socialauth_associate_complete'
SOCIAL_AUTH_DEFAULT_USERNAME = 'new_social_auth_user'
@@ -196,4 +196,4 @@ KITTYSTORE_URL = 'postgres://mm3:mm3@localhost/mm3'
try:
from settings_local import *
except ImportError:
- pass \ No newline at end of file
+ pass