diff -r 8b34dc2c2f41 -r 51225e522007 src/hdalab/settings.py --- a/src/hdalab/settings.py Mon Sep 22 16:57:17 2014 +0200 +++ b/src/hdalab/settings.py Tue Sep 23 15:51:35 2014 +0200 @@ -123,8 +123,8 @@ ) INSTALLED_APPS = ( - 'hdabo', 'south', + 'hdalab', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', @@ -136,7 +136,7 @@ 'registration', 'haystack', 'easy_thumbnails', - 'hdalab', + 'hdabo', 'renkanmanager', ) @@ -166,7 +166,7 @@ from hdalab.config import * #@UnusedWildImport if 'LOGIN_REDIRECT_URL' not in locals(): - LOGIN_REDIRECT_URL = BASE_URL + "hdabo" + LOGIN_REDIRECT_URL = BASE_URL if 'LOGIN_URL' not in locals(): LOGIN_URL = BASE_URL + "hdalab/hdabo/accounts/login"