Email console backend via docker logs not accessible

2020-11-03 Thread Gil Obradors
Hi, My name is Gil, new from here from Spain. A pleasure trying to contribute content to this wonderful project I'm dealiing with a project dockerized. I have seen when you have configured 'django.core.mail.backends.console.EmailBackend' as EMAIL_BACKEND the emails are written to stdout. In doc

Re: Email console backend via docker logs not accessible

2020-11-03 Thread Gil Obradors
Sorry, my fault The email is not sent if there isnt password set. Working fine with docker. El dt., 3 de nov. 2020, 19:32, Gil Obradors va escriure: > > Hi, > My name is Gil, new from here from Spain. > A pleasure trying to contribute content to this wonderful project > >

Implement show/hide changelist_filter div

2021-06-19 Thread Gil Obradors
Hi, This thread is for generating a first look about creating a hide/show button for the list_filter option on the admin-list view. Sometimes if you have a lot of columns in the admin-list view, it could be better to allow the user to hide all list_filter, like left nav_side_bar on app_models. I