Change SQL backend in settings template, tweak playbook

This commit is contained in:
Michael DeHaan
2013-03-13 16:13:06 -04:00
parent b97193e6a0
commit 6c8b4de4c1
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'postgresql_psycopg2',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'acom',
'USER': 'ansible_commander',
'PASSWORD': '{{ database_password }}',