django/tests/postgres_tests/integration_settings.py
Nasir Hussain 6ce7887f13 [2.2.x] Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS.
Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
Backport of 2804b8d2153505ec49b191db2168302dfb92c3af from master.
2019-01-22 17:50:00 -05:00

6 lines
76 B
Python

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