diff options
| author | nharringtonwasatch <nharrington@wasatchphotonics.com> | 2015-10-01 13:52:12 -0400 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-10-01 12:28:42 -0700 |
| commit | 91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9 (patch) | |
| tree | a1f09c407b6025a0845c96a02e15b26941d0ebd8 /docs/tutorials/wiki2/basiclayout.rst | |
| parent | 7d5d899f5043b381348bd349792fda6da957ab50 (diff) | |
| download | pyramid-91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9.tar.gz pyramid-91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9.tar.bz2 pyramid-91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9.zip | |
wiki2 documentation precisely matches the scaffolding output
Diffstat (limited to 'docs/tutorials/wiki2/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki2/basiclayout.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst index 623882516..08132e8cd 100644 --- a/docs/tutorials/wiki2/basiclayout.rst +++ b/docs/tutorials/wiki2/basiclayout.rst @@ -247,5 +247,8 @@ The ``MyModel`` class has a ``__tablename__`` attribute. This informs SQLAlchemy which table to use to store the data representing instances of this class. +The Index import and the Index object creation is not required for this +tutorial, and will be removed in the next step. + That's about all there is to it regarding models, views, and initialization code in our stock application. |
