Mathew Oakes
Mathew Oakes
My photos auto-upload fine, but I set up an additional auto upload folder for audio recordings, and it will never work. The only remotely relevant log message I can find...
Thankyou @willbarton
Sorry I was just experimenting, moved on to django channels and I've lost the checkout I did that with, so best I have is as above.
I have same problem as mentioned in above comment. I've done many django projects. --- > from django.db import models > > class Person(models.Model): > first_name = models.CharField(max_length=30) > last_name...
Its distributed in this version, but its not the multi-threaded version. http://partha.com/
You are right, that does work, I'm a little embarrassed. What I am doing is pulling out html fragments from a database via django templatetag, and want the html to...
Thankyou for the suggestions, however I still cannot get my html to go to the browser unfiltered. This is all happening in python/django: Following briancappello suggestion I've made a callable...
It is very simple to block hosts with /etc/hosts and the dnsmasq config requires no changes. I use this project (although I generate the hosts file locally and copy it...