Skip to content

Commit

Permalink
docs: configuration docs are incomplete. Fixes #116
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Jan 8, 2016
1 parent 8c254eb commit 1298b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Initialize
config.include('ps_alchemy')
# add pyramid_sacrud and project models
config.include('pyramid_sacrud')
settings = config.registry.settings
settings['pyramid_sacrud.models'] = (
('Group1', [Model1, Model2]),
Expand Down

0 comments on commit 1298b96

Please sign in to comment.