serve frames, timelines and videos, wire up timeline demo
This commit is contained in:
parent
744dfb101e
commit
f3f40f6e2f
10 changed files with 1595 additions and 68 deletions
|
|
@ -14,8 +14,21 @@ DEBUG = True
|
|||
TEMPLATE_DEBUG = DEBUG
|
||||
JSON_DEBUG = True
|
||||
|
||||
#with apache x-sendfile or lighttpd set this to True
|
||||
XSENDFILE = False
|
||||
|
||||
XACCELREDIRECT = False
|
||||
# with nginx:
|
||||
#XACCELREDIRECT=[/some/path/, /protected/]
|
||||
'''
|
||||
this assumes the following configuration:
|
||||
location /protected/ {
|
||||
internal;
|
||||
root /some/path/;
|
||||
}
|
||||
'''
|
||||
|
||||
|
||||
ADMINS = (
|
||||
('j', 'j@mailb.org'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue