Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Infinite structure #30

Open
pupeno opened this issue Nov 10, 2018 · 0 comments
Open

Infinite structure #30

pupeno opened this issue Nov 10, 2018 · 0 comments

Comments

@pupeno
Copy link

pupeno commented Nov 10, 2018

This line:

config['DATABASES']['default']['TEST'] = config['DATABASES']['default']

should probably be:

config['DATABASES']['default']['TEST'] = config['DATABASES']['default'].copy()

to avoid generating an infinite structure that generates an infinite loop in django/views/debug.py line 58,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant