Start on new repo page

This commit is contained in:
Joseph Schorr 2013-10-24 17:41:55 -04:00
parent 9dc9e0c940
commit 70fd9afb2b
7 changed files with 204 additions and 3 deletions

View file

@ -67,6 +67,11 @@ def signin():
return index('')
@app.route('/new/')
def new():
return index('')
@app.route('/repository/')
def repository():
return index('')