Added the database

This commit is contained in:
xemeds
2020-07-20 14:55:19 +00:00
parent 3decaae628
commit b203622ad5
4 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
from flask import render_template, redirect, request, url_for
from tiny0 import app
from tiny0 import app, db
from tiny0.forms import URLForm
#from tiny0.models import URLs
from tiny0.models import URL
#from token import gen_valid_token
# Index Page