save document f

This commit is contained in:
2025-01-21 20:45:29 +08:00
parent 7db4b4da98
commit 95822c0bfb
3 changed files with 34 additions and 8 deletions
-1
View File
@@ -7,7 +7,6 @@ import os
app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///site.db'
app.config['SECRET_KEY'] = 'supersecretkey'
app.config['UPLOAD_FOLDER'] = 'uploads'
db = SQLAlchemy(app)
bcrypt = Bcrypt(app)