cache the result of running bleach in the db, too slow to do on render
This commit is contained in:
parent
a4113c9416
commit
fa4064ab31
8 changed files with 59 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue