Changeset View
Changeset View
Standalone View
Standalone View
looper_example_project/settings.example.py
- This file was moved from tests/settings.example.py.
| import braintree | import braintree | ||||
| from tests.settings_common import * | from .settings_common import * | ||||
| DATABASES = { | DATABASES = { | ||||
| 'default': { | 'default': { | ||||
| 'ENGINE': 'django.db.backends.postgresql', | 'ENGINE': 'django.db.backends.postgresql', | ||||
| 'NAME': 'looper', | 'NAME': 'looper', | ||||
| 'USER': 'postgres', | 'USER': 'postgres', | ||||
| 'PASSWORD': 'postgres', | 'PASSWORD': 'postgres', | ||||
| 'HOST': 'localhost', | 'HOST': 'localhost', | ||||
| Show All 25 Lines | |||||