Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Jul 7, 2015
1 parent 4e96e14 commit bff20f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ as tree. This works fine with models from `sqlalchemy_mptt
Look how easy it is to use:

.. code-block:: python
:caption: Create model
from pyramid_pages.models import BaseSacrudMpttPage
Expand All @@ -27,7 +26,6 @@ Look how easy it is to use:
id = Column(Integer, primary_key=True)
.. code-block:: python
:caption: Settings for pyramid app
config.include('ps_tree')
config.registry.settings['ps_tree.models'] = (PageTree, )
Expand Down

0 comments on commit bff20f6

Please sign in to comment.