Lerndatenbank/config.py

3 lines
135 B
Python
Raw Normal View History

2024-08-05 16:36:41 +02:00
class Config:
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///learn.db'
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False