Altimore
Altimore
Hello, I'm trying to use the framework "bootstrap-vue" in an existing project which uses hamlpy. To use tabs i need to generate the following html : ``` Tab 1 Tab...
Hello, Great app you made here, i'm using it in most of my projects now. I saw there is a templatize function in the project, it seems to link the...
Hello, First many thanks for the work you put in this tool, it was the one i was dreaming of. I'm using it to find bottlenecks in Django applications. In...
**Describe the bug** Missing a debian package in your dependencies **To Reproduce** 1. copy paste the line from your instructions in the terminal in a debian : cd /tmp &&...
## Description When using namespaces on my apps and rest framework generic relation https://github.com/LilyFoote/rest-framework-generic-relations project with the i get a double name space : in relations.py i added this print...
Hello, Nice app ! Could you please indicate in the README.md that the context processor is required ? In settings.py ``` TEMPLATE_CONTEXT_PROCESSORS = ( '...', 'django.core.context_processors.request', ) ``` Regards, Alti.