1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Use fluid container

This commit is contained in:
Mo 2022-03-02 23:35:38 +01:00
parent 158e6603f1
commit fb084eb17f

View file

@ -21,6 +21,8 @@ app.config["SECURITY_PASSWORD_SALT"] = "devSalt" # os.environ.get("SECURITY_PAS
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///../db/advLab.db"
app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = False
app.config["FLASK_ADMIN_FLUID_LAYOUT"] = True
db = SQLAlchemy(app)
fsqla.FsModels.set_db_info(db)