tarsil / saffier

The only ORM that you will ever need for python.
https://saffier.tarsild.io
MIT License
58 stars 4 forks source link

fix: default for SETTINGS_MODULE if nothing is provided. #124

Closed vvanglro closed 8 months ago

vvanglro commented 8 months ago

ModuleNotFoundError is raised here: https://github.com/dymmond/dymmond-settings/blob/main/dymmond_settings/conf.py#L26-L30

You shouldn't have to catch import exceptions.

tarsil commented 8 months ago

@vvanglro thank you 👍🏼