Holy moley is it hard to do MUCK stuff relationally.
This commit is contained in:
parent
c72417e5e4
commit
d9ed6d5cd7
8 changed files with 89 additions and 24 deletions
3
muck/config.py
Normal file
3
muck/config.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class Config:
|
||||
DB_URI = "sqlite:///muck.db"
|
||||
DB_TRACK_MODIFICATIONS = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue