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

@ -26,4 +26,6 @@ setup(name='Woodwind',
'rq',
'uwsgi',
'websockets',
'pyOpenSSL',
'pyasn1',
])