diff options
| author | andrew david burt <andrew@ampletorque.com> | 2016-07-29 14:46:59 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-07-29 15:20:32 -0700 |
| commit | a37645742645589bd1700adf771a46d74568877c (patch) | |
| tree | f740b9a3b7593587e8962e05de23d0381fd0c4ed /docs/tutorials/wiki2/installation.rst | |
| parent | f219514190bb44dcf378e2e072d4338bbf749516 (diff) | |
| download | pyramid-a37645742645589bd1700adf771a46d74568877c.tar.gz pyramid-a37645742645589bd1700adf771a46d74568877c.tar.bz2 pyramid-a37645742645589bd1700adf771a46d74568877c.zip | |
remove essentially duplicate "note" section under "initializing the database"
The note section under "initializing the database" was entered twice, the same except differing verb tenses. I removed one.
(cherry picked from commit 96c1e36)
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index a214b1306..0440c2d1d 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -402,13 +402,6 @@ initialize our database. already have a database, you should delete it before running ``initialize_tutorial_db`` again. -.. 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): |
