3
0
Fork 0

fix: do not use appname for config extension entry points

This commit is contained in:
Lance Edgar 2025-09-20 12:38:13 -05:00
parent 1daa6ee92e
commit 80b50f05da
4 changed files with 9 additions and 3 deletions

View file

@ -56,6 +56,8 @@ to solve the "chicken-vs-egg" problem::
app = config.get_app()
.. _config-extensions:
Extending the Config Object
---------------------------