Jason Giancono
Jason Giancono
I've forked this and spent a bit of time getting it working with 4.2+ https://github.com/jasongi/collectfasta
@DmytroLitvinov sure - I didn’t realise issues weren’t automatically enabled after forking 😅
I have had a read through the collectstatic and HashedFilesMixin code. I think adding the following methods to the Storage class would help us refactor to improve performance, if we...
I've currently got a hacked together project that is a flask API that sends off commands to the broadlink so that I can use it with IFTTT. A lot of...
@wwarlock I'll try write something up over the next couple of days and upload the code if I have time.
I have an web server (using nginx/flask) exposed to the internet on my local network that my broadlink is on. It sends the commands to the broadlink using python-broadlink when...