Commit 2be4968101ff8b0249f060fb87cb0ebd89f6de89
1 parent
31d4ac82
Exists in
master
and in
20 other branches
Added configuration field for plugin extra configurations that do not affect colab
Would be nice that `private_token` gets deprecated and that the plugins to use it through the . Signed off by: Diego Araújo <diegoamc90@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/utils/conf.py
@@ -127,7 +127,7 @@ def load_colab_apps(): | @@ -127,7 +127,7 @@ def load_colab_apps(): | ||
127 | 127 | ||
128 | fields = ['verbose_name', 'upstream', 'urls', | 128 | fields = ['verbose_name', 'upstream', 'urls', |
129 | 'menu_urls', 'middlewares', 'dependencies', | 129 | 'menu_urls', 'middlewares', 'dependencies', |
130 | - 'context_processors', 'private_token', 'name'] | 130 | + 'context_processors', 'private_token', 'name', 'extra'] |
131 | 131 | ||
132 | for key in fields: | 132 | for key in fields: |
133 | value = py_settings_d.get(key) | 133 | value = py_settings_d.get(key) |