Basic template
This commit is contained in:
parent
bd63ae9a4d
commit
6bceef1664
9 changed files with 66 additions and 0 deletions
7
app/views.py
Normal file
7
app/views.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from flask import url_for, redirect, render_template, flash, g, session
|
||||
from app import app
|
||||
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
return "hello"
|
||||
Loading…
Add table
Add a link
Reference in a new issue