fix: do not use appname for config extension entry points
This commit is contained in:
parent
1daa6ee92e
commit
80b50f05da
4 changed files with 9 additions and 3 deletions
|
@ -137,6 +137,8 @@ Glossary
|
|||
The intention is that all config extensions will have been
|
||||
applied before the :term:`app handler` is created.
|
||||
|
||||
See also :ref:`config-extensions`.
|
||||
|
||||
config file
|
||||
A file which contains :term:`config settings<config setting>`.
|
||||
See also :doc:`narr/config/files`.
|
||||
|
|
|
@ -56,6 +56,8 @@ to solve the "chicken-vs-egg" problem::
|
|||
app = config.get_app()
|
||||
|
||||
|
||||
.. _config-extensions:
|
||||
|
||||
Extending the Config Object
|
||||
---------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue