emit_notice.sh has to +x mode

added a db encoding for test db for production
pull/1/head
Ed Summers 2012-04-20 17:18:54 +00:00
parent ba9123ba39
commit 0279253aa2
2 changed files with 1 additions and 0 deletions

0
deploy/emit_notices.sh Normal file → Executable file
View File

View File

@ -23,6 +23,7 @@ DATABASES = {
'PASSWORD': 'unglue1t',
'HOST': 'production.cboagmr25pjs.us-east-1.rds.amazonaws.com',
'PORT': '',
'TEST_CHARSET': 'utf8',
}
}