summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingmodels.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-25 16:01:14 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-25 16:01:14 -0700
commit1204f0f285daf28e08dbfbae683a0aa8f27bd205 (patch)
treeee20e6aafa63a50f142ea6b141a519e5404ce386 /docs/tutorials/wiki2/definingmodels.rst
parent6617f01c0f979e84d49825bf128d560acbee1117 (diff)
downloadpyramid-1204f0f285daf28e08dbfbae683a0aa8f27bd205.tar.gz
pyramid-1204f0f285daf28e08dbfbae683a0aa8f27bd205.tar.bz2
pyramid-1204f0f285daf28e08dbfbae683a0aa8f27bd205.zip
update static assets, mytemplate.pt, caps
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki2/definingmodels.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst
index 0fabb5f53..b2d9bf83a 100644
--- a/docs/tutorials/wiki2/definingmodels.rst
+++ b/docs/tutorials/wiki2/definingmodels.rst
@@ -78,7 +78,7 @@ Only the highlighted lines need to be changed, as well as removing the lines
referencing ``pyramid.scripts.common`` and ``options`` under the ``main``
function.
-Installing the Project and re-initializing the Database
+Installing the project and re-initializing the database
-------------------------------------------------------
Because our model has changed, in order to reinitialize the database, we need
@@ -111,8 +111,8 @@ Success will look something like this::
2015-05-24 15:34:14,549 INFO [sqlalchemy.engine.base.Engine:1100][MainThread] ('FrontPage', 'This is the front page')
2015-05-24 15:34:14,550 INFO [sqlalchemy.engine.base.Engine:686][MainThread] COMMIT
-Viewing the Application in a Browser
-------------------------------------
+View the application in a browser
+---------------------------------
We can't. At this point, our system is in a "non-runnable" state; we'll need
to change view-related files in the next chapter to be able to start the