summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingmodels.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-06-26 00:08:18 -0700
committerSteve Piercy <web@stevepiercy.com>2018-06-26 00:08:18 -0700
commit66086301a8d85444bb608e4158c15f25b5ae2cdc (patch)
tree67c22a829d067bf749a7422b508c4aecf6d78f17 /docs/tutorials/wiki2/definingmodels.rst
parent9ce49866130be6b697e7b5ea5e0f1bb35d3ba7bc (diff)
downloadpyramid-66086301a8d85444bb608e4158c15f25b5ae2cdc.tar.gz
pyramid-66086301a8d85444bb608e4158c15f25b5ae2cdc.tar.bz2
pyramid-66086301a8d85444bb608e4158c15f25b5ae2cdc.zip
Add alembic, correct name of init script in setup.py
- Adjust linenos in defining models step - Update package version numbers to latest
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki2/definingmodels.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst
index fd1967d99..d76959e30 100644
--- a/docs/tutorials/wiki2/definingmodels.rst
+++ b/docs/tutorials/wiki2/definingmodels.rst
@@ -33,7 +33,7 @@ Open ``tutorial/setup.py`` and edit it to look like the following:
.. literalinclude:: src/models/setup.py
:linenos:
- :emphasize-lines: 12
+ :emphasize-lines: 13
:language: python
Only the highlighted line needs to be added.
@@ -70,7 +70,7 @@ like the following.
.. code-block:: text
- Successfully installed bcrypt-3.1.2 cffi-1.9.1 pycparser-2.17 tutorial
+ Successfully installed bcrypt-3.1.4 cffi-1.11.5 pycparser-2.18 tutorial
Remove ``mymodel.py``