cache the result of running bleach in the db, too slow to do on render

This commit is contained in:
Kyle Mahan 2015-03-18 08:53:37 -07:00
parent a4113c9416
commit fa4064ab31
8 changed files with 59 additions and 17 deletions

View file

@ -1,8 +1,10 @@
[uwsgi]
master=true
processes=1
http=:4000
socket=/tmp/woodwind.sock
chmod-socket=666
module=woodwind.wsgi
import=timers
attach-daemon=rqworker
attach-daemon=python -m woodwind.websocket_server
python-auto-reload=true