diff options
Diffstat (limited to 'tests/postgres_tests/integration_settings.py')
| -rw-r--r-- | tests/postgres_tests/integration_settings.py | 5 |
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', +] |
