ok
Signed-off-by: n <n@noreply.localhost>
This commit is contained in:
parent
af08a1193f
commit
a96939197f
1 changed files with 2 additions and 0 deletions
|
@ -27,5 +27,7 @@ def register():
|
|||
data = request.form
|
||||
print(str(data))
|
||||
return render_template('register.j2', instance=instance)
|
||||
database.create_user()
|
||||
|
||||
|
||||
app.run(debug=True, host="0.0.0.0")
|
||||
|
|
Loading…
Add table
Reference in a new issue