diff options
Diffstat (limited to 'src/lib/Server')
-rw-r--r-- | src/lib/Server/Hostbase/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/settings.py b/src/lib/Server/Hostbase/settings.py index 7d5cc6dce..dadf98d24 100644 --- a/src/lib/Server/Hostbase/settings.py +++ b/src/lib/Server/Hostbase/settings.py @@ -74,7 +74,7 @@ SERVE_MEDIA = DEBUG # 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 = 'es' +LANGUAGE_CODE = 'en-us' SITE_ID = 1 # URL that handles the media served from MEDIA_ROOT. # Example: "http://media.lawrence.com" |