Update default templates and add update command (#166)

This commit adds config_files for default data and, using that, creates a new way to update our default templates without needing to hardcode a migration.

---------

Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov>
This commit is contained in:
Steven Reilly
2023-02-03 10:11:21 -05:00
committed by GitHub
parent 5ea1275f27
commit dc06b411ca
6 changed files with 381 additions and 4 deletions

View File

@@ -20,12 +20,12 @@ keys = console
keys = generic
[logger_root]
level = WARN
level = INFO
handlers =
qualname =
[logger_sqlalchemy]
level = WARN
level = INFO
handlers =
qualname = sqlalchemy.engine