This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-29 12:36:08 +00:00
Code
Issues
30
Releases
Wiki
Activity
e68da20596
django
/
tests
/
postgres_tests
/
integration_settings.py
6 lines
76 B
Python
Raw
Normal View
History
Unescape
Escape
Refs #33476 -- Reformatted code with Black.
2022-02-03 19:24:19 +00:00
SECRET_KEY
=
"
abcdefg
"
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS. Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
2019-01-22 22:49:30 +00:00
INSTALLED_APPS
=
[
Refs #33476 -- Reformatted code with Black.
2022-02-03 19:24:19 +00:00
"
django.contrib.postgres
"
,
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS. Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
2019-01-22 22:49:30 +00:00
]
Reference in New Issue
Copy Permalink