Skip to content

Commit

Permalink
Merge pull request #65 from rafamanzo/plugin_extra_configs
Browse files Browse the repository at this point in the history
Plugin extra configurations
  • Loading branch information
seocam committed Sep 5, 2015
2 parents 31d4ac8 + 2be4968 commit d7656e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colab/utils/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def load_colab_apps():

fields = ['verbose_name', 'upstream', 'urls',
'menu_urls', 'middlewares', 'dependencies',
'context_processors', 'private_token', 'name']
'context_processors', 'private_token', 'name', 'extra']

for key in fields:
value = py_settings_d.get(key)
Expand Down

0 comments on commit d7656e8

Please sign in to comment.