Merge branch 'pagesnew' into star

This commit is contained in:
Jimmy Zelinskie 2015-02-23 15:07:49 -05:00
commit 3dbaafbd60
148 changed files with 10997 additions and 10293 deletions

View file

@ -173,6 +173,12 @@ def security():
return index('')
@web.route('/__exp/<expname>')
@no_cache
def exp(expname):
return index('')
@web.route('/v1')
@web.route('/v1/')
@no_cache