So I changed the variable on site.conf, executed make install-conf turn on venv and execute the server.
I see that the variable isn't used and I guess also the others from the settings.
I get in console:
config loaded from '/home/www/djaoapp/installTop/etc/djaoapp/credentials'
config loaded from '/home/www/djaoapp/installTop/etc/djaoapp/site.conf'
I can see that in djaoapp/installTop/etc/djaoapp/ the site.conf has debug as true but the plugins aren't loaded as I added in the settings.py this print(DEBUG_APPS) and is ('djaoapp_extras', 'django_extensions').
Reading https://github.com/djaodjin/djaodjin-deployutils/blob/53e69e0be18037ee144130b25cceeeaf48847d41/deployutils/configs.py#L234 I am not sure if those settings after reading are exposed.
I see also https://github.com/djaodjin/djaoapp/blob/master/djaoapp/settings.py#L590 to get the variable but not for debug
Maybe this is stuff that explain also #181
So I changed the variable on site.conf, executed
make install-confturn on venv and execute the server.I see that the variable isn't used and I guess also the others from the settings.
I get in console:
I can see that in
djaoapp/installTop/etc/djaoapp/the site.conf has debug as true but the plugins aren't loaded as I added in thesettings.pythisprint(DEBUG_APPS)and is('djaoapp_extras', 'django_extensions').Reading https://github.com/djaodjin/djaodjin-deployutils/blob/53e69e0be18037ee144130b25cceeeaf48847d41/deployutils/configs.py#L234 I am not sure if those settings after reading are exposed.
I see also https://github.com/djaodjin/djaoapp/blob/master/djaoapp/settings.py#L590 to get the variable but not for debug
Maybe this is stuff that explain also #181