We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb35925 commit 752bfa3Copy full SHA for 752bfa3
2 files changed
__pycache__/app.cpython-311.pyc
0 Bytes
app.py
@@ -6,7 +6,6 @@
6
from datetime import datetime
7
8
9
-
10
def create_app():
11
app = Flask(__name__)
12
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///site.db'
0 commit comments