johanovic
johanovic
The filter on mobile is displayed on top of the tables in the admin version of django-adminlte2. This should ideally be relative position, or even better, a sidebar that can...
When using num_times I get the total number of times a tag is used across all models and not specified to the model I am making the list for. This...
I see the project is continuously maintained and I love it. I have a little volunteer project for which I want to use django-helpdesk, but I want it to be...
Thanks @Meteorix for this package. Is it possible to also show the actual LCS and not just its length?
I regularly extract the text of an html message. The current parsing method (below) fails to insert linebreaks where one would expect them. Is it possible to improve this? I...
Is it possible to send multipart emails, namely emails with both a body in text only and a body in html? Thanks