Lerndatenbank/config.py
2024-08-05 16:36:41 +02:00

3 lines
135 B
Python

class Config:
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///learn.db'
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False