Skip to content

Commit

Permalink
Added about and discuss pages. New favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
buhrmann committed Jan 23, 2015
1 parent a54c9a3 commit 61325e8
Show file tree
Hide file tree
Showing 17 changed files with 7,065 additions and 20 deletions.
11 changes: 11 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
n_cache = []
s_cache = []


@app.route('/about')
def about():
return render_template('about.html')


@app.route('/discuss')
def discuss():
return render_template('discuss.html')


@app.route('/build')
def build():
neo.dbAddNeurons(True)
Expand Down
Loading

0 comments on commit 61325e8

Please sign in to comment.