(first of all sorry for my bad english)
i need to know if exist any way to set some values in the settings files using some data stored in the database.
for example the Mail config
EMAIL_HOST = ''
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_PORT = 587
EMAIL_USE_TLS = True
i like to fill that variables using the data that i save in the model that i have for settings in the Company App.
but like the settings files are readed before the server starts then i don't know if exist any way to do this.
hope you can understand me.
Thanks!