serve frames and videos with X-Sendfile header

This commit is contained in:
j 2010-02-16 18:11:57 +05:30
commit 1354a1ddc5
6 changed files with 51 additions and 8 deletions

View file

@ -13,6 +13,8 @@ DEBUG = True
TEMPLATE_DEBUG = DEBUG
JSON_DEBUG = False
XSENDFILE = False
ADMINS = (
('j', 'j@mailb.org'),
)