X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=7d91bf193d1b2c1ef63d59c7910bdb1d1b5926d8;hb=fdc7a4ff73dbee6b9bb721bb7e36597a12ae418b;hp=d06d5cd4465fd90ccee135a3aceba94fafa5fd43;hpb=38d80c150c2016eb578a9430134a896c13c3f975;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/settings.py b/settings.py index d06d5cd..7d91bf1 100644 --- a/settings.py +++ b/settings.py @@ -22,7 +22,12 @@ TIME_ZONE = 'Europe/Amsterdam' # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes # http://blogs.law.harvard.edu/tech/stories/storyReader$15 -LANGUAGE_CODE = 'en-us' +#LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'nl' +LANGUAGES = ( + ('en', 'English'), + ('nl', 'Nederlands'), +) SITE_ID = 1 @@ -87,6 +92,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( ) LOGIN_URL = "/accounts/login/" +LOGIN_REDIRECT_URL = "/influences/" # Allow authentication against the phpb user accounts