open-research / sumatra

http://neuralensemble.org/sumatra/
BSD 2-Clause "Simplified" License
127 stars 48 forks source link

Fix: Prevent error from unconfigured django. #394

Open alcrene opened 5 months ago

alcrene commented 5 months ago

Initializes settings configuration if needed.

It’s a bit of a hacky solution because it checks the private variable django.conf.settings._wrapped, but if Django is being phased out anyway, maybe this is fine.