Add missing template from fabfile installer (Thanks to Pierre Host)

This commit is contained in:
Roberto Rosario
2012-07-30 16:52:35 -04:00
parent e0fbac66d1
commit 60972cd0ba

View File

@@ -0,0 +1,10 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.%(django_database_driver)s',
'NAME': '%(database_name)s',
'USER': '%(database_username)s',
'PASSWORD': '%(database_password)s',
'HOST': '%(database_host)s',
'PORT': '',
}
}