diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-07 15:29:17 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-07 15:29:17 -0600 |
| commit | d6243ac1e7724cce26a738de5b86f187ef444e77 (patch) | |
| tree | 2777d318d931f1e97e067ae14fe2d69dccff9ad9 /docs/tutorials/wiki2/installation.rst | |
| parent | 8d457153240be8158eb22c6204fc37196e52b654 (diff) | |
| download | pyramid-d6243ac1e7724cce26a738de5b86f187ef444e77.tar.gz pyramid-d6243ac1e7724cce26a738de5b86f187ef444e77.tar.bz2 pyramid-d6243ac1e7724cce26a738de5b86f187ef444e77.zip | |
update definingmodels chapter of wiki2 tutorial
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 70d0444b7..5d6d8e56b 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -298,6 +298,13 @@ Initializing the database We need to use the ``initialize_tutorial_db`` :term:`console script` to initialize our database. +.. note:: + + The ``initialize_tutorial_db`` command is not performing a migration but + rather simply creating missing tables and adding some dummy data. If you + already have a database, you should delete it before running + ``initialize_tutorial_db`` again. + Type the following command, making sure you are still in the ``tutorial`` directory (the directory with a ``development.ini`` in it): |
