mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-14 20:20:38 +01:00
Premiere Web App
This commit is contained in:
11
webapp/__init__.py
Normal file
11
webapp/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from flask import Flask
|
||||
# from flask_sqlalchemy import SQLAlchemy
|
||||
# import os
|
||||
|
||||
# file_path = os.path.abspath(os.getcwd())+"/todo.db"
|
||||
|
||||
webapp = Flask(__name__)
|
||||
# app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///'+file_path
|
||||
# db = SQLAlchemy(app)
|
||||
|
||||
from webapp import routes
|
||||
Reference in New Issue
Block a user