2
0
Fork 0
wuttjamaican/src/wuttjamaican
Lance Edgar a552e6c471 Raise AttributeError if no app provider has it
whoops, super().__getattr__() is not really defined
2024-05-15 14:22:45 -05:00
..
cmd Add docs for subcommands 2023-11-24 14:22:22 -06:00
commands Move cli framework to wuttjamaican.cmd subpackage 2023-11-22 11:13:39 -06:00
db Allow specifying config object for Command constructor 2023-11-20 23:13:59 -06:00
__init__.py Remove make_config() from root namespace 2023-11-19 00:52:50 -06:00
_version.py Update changelog 2024-04-14 15:00:46 -05:00
app.py Raise AttributeError if no app provider has it 2024-05-15 14:22:45 -05:00
conf.py Fix import for logging.config 2024-05-06 21:43:24 -05:00
exc.py First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
testing.py Tweak docs for FileConfigTestCase 2023-11-22 21:48:18 -06:00
util.py Add make_engine_from_config() method for AppHandler 2023-11-19 20:36:51 -06:00