Fix workflow and python syntax issues

This commit is contained in:
Ryan Ahearn
2022-11-02 12:02:21 -04:00
parent bc5eec5131
commit 814cdec556
2 changed files with 4 additions and 1 deletions

View File

@@ -415,9 +415,11 @@ class Production(Config):
class Staging(Production):
pass
class Demo(Production):
pass
configs = {
'development': Development,
'test': Test,