mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 07:08:56 +00:00
Imported db in server
This commit is contained in:
parent
bc1da82f7e
commit
059eb8ea36
1 changed files with 1 additions and 0 deletions
1
server
1
server
|
@ -2,6 +2,7 @@
|
|||
|
||||
import os
|
||||
from flask import Flask,render_template,abort,redirect,url_for
|
||||
from database import db_session as db
|
||||
|
||||
app=Flask(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue