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

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