Move passwords for our localhost databases to local_settings.py.

(imported from commit 5f6dacdfdfd64fadc2995b393d7c59be0b049d79)
This commit is contained in:
Tim Abbott
2013-09-25 15:51:23 -04:00
committed by Steve Howell
parent 5aac176da3
commit 6d49a7c880
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ else:
S3_AVATAR_BUCKET="humbug-user-avatars-test"
MIXPANEL_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
LOCAL_DATABASE_PASSWORD="xxxxxxxxxxxx"
# Twitter API credentials
if STAGING_DEPLOYED or TESTING_DEPLOYED: