mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-22 11:04:53 +00:00
Save database data
This commit is contained in:
parent
76d8e6ad27
commit
dbd6a81c78
5 changed files with 23 additions and 10 deletions
|
@ -2,3 +2,6 @@ SECRET_KEY = 'dev'
|
|||
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
||||
MIGRATION_DIR = '/data/storage/migrations'
|
||||
INSTANCE_DIR = '/data/storage/instance'
|
Loading…
Add table
Add a link
Reference in a new issue