Closed Chilipp closed 9 months ago
Can you please add an entry to the Changelog to inform others of the change when it's released?
sure! done with 6ecfedb @Aiky30
but it seems like you already implemented this fix in https://github.com/Aiky30/djangocms-4-migration/commit/51a3a7b1da3fde47b97ae4a05dbda4d8e71d5ccf, so shouldn't we close this PR?
the
helpers.py
module imports thesettings
module that might not be available unless it's on thePYTHONPATH
. the better way is to import it fromdjango.conf
.see https://docs.djangoproject.com/en/5.0/topics/settings/#using-settings-in-python-code