summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/integration_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/integration_settings.py')
-rw-r--r--tests/postgres_tests/integration_settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/postgres_tests/integration_settings.py b/tests/postgres_tests/integration_settings.py
new file mode 100644
index 0000000000..c4ec0d1157
--- /dev/null
+++ b/tests/postgres_tests/integration_settings.py
@@ -0,0 +1,5 @@
+SECRET_KEY = 'abcdefg'
+
+INSTALLED_APPS = [
+ 'django.contrib.postgres',
+]