Closed jayvdb closed 2 years ago
Hm weird, Django has had for a while some code preventing duplicate execution of populate(). So in case of double setup() call, populate() just exits silently. This error above might happen but only in case of real "reentrancy", which doesn't appear in this traceback.
What version of Django does this appear with, exactly ?
I guess this is caused by a second invocation of
django.setup()
, but it might also be an extra safety check added in latter Django