Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenG

git-svn-id: http://code.djangoproject.com/svn/django/trunk@958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-19 16:10:31 +00:00
parent 56022ea314
commit 9de01b157f
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ ADMINS = (
MANAGERS = ADMINS
LANGUAGE_CODE = 'en-us'
DATABASE_ENGINE = 'postgresql' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
DATABASE_NAME = '' # Or path to database file if using sqlite3.
DATABASE_USER = '' # Not used with sqlite3.