mirror of
https://github.com/django/django.git
synced 2025-07-19 19:25:26 +00:00
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS.
Regression in e192223ed9
.
This commit is contained in:
parent
d02b2aa11e
commit
2804b8d215
3 changed files with 44 additions and 10 deletions
5
tests/postgres_tests/integration_settings.py
Normal file
5
tests/postgres_tests/integration_settings.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
SECRET_KEY = 'abcdefg'
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django.contrib.postgres',
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue