Bruno Quintana
Bruno Quintana
Hi All, First I would like to congratulate every contributor as bucardo 4.99.11 is working really well. I notice, well maybe is a known issue, that if 1 server is...
I have been trying to Profile some commands that are run via manage.py. By Commands I mean, a file like this: https://github.com/jazzband/django-silk/blob/master/silk/management/commands/silk_clear_request_log.py My initial error was: "Cannot execute silk_profile as...
Based on the idea of this: `` I wanted to create a Url segment, for example: `'/{:param1-somelabelhere-:param2}'` Now, let say using array translation I do like this: ``` ` It...