test_settings: Don't hardcode LOCAL_DATABASE_PASSWORD.

(imported from commit 5bf4ae48d490fafbc8e2ae7f63783473b3a4e8a9)
This commit is contained in:
Tim Abbott
2013-11-12 09:29:32 -05:00
parent 03bf4ba423
commit 676b14fb15

View File

@@ -3,7 +3,7 @@ import os
DATABASES["default"] = {"NAME": "zulip_test",
"USER": "zulip_test",
"PASSWORD": "xxxxxxxxxxxx",
"PASSWORD": LOCAL_DATABASE_PASSWORD,
"HOST": "localhost",
"SCHEMA": "zulip",
"ENGINE": "django.db.backends.postgresql_psycopg2",