summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/integration_settings.py
blob: c4ec0d1157afef9843d89d7d4941f3b4045aec97 (plain)
1
2
3
4
5
SECRET_KEY = 'abcdefg'

INSTALLED_APPS = [
    'django.contrib.postgres',
]