diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-12-28 03:03:43 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 8b2bb44114e3a724d66035e76051a6910e14657e (patch) | |
| tree | 0bd87f46783db74effea3a7cfd831b80650d7f62 /docs/tutorials/wiki2/definingmodels.rst | |
| parent | 4ca67df229426972ff9a785abc060b4a33dfe953 (diff) | |
| download | pyramid-8b2bb44114e3a724d66035e76051a6910e14657e.tar.gz pyramid-8b2bb44114e3a724d66035e76051a6910e14657e.tar.bz2 pyramid-8b2bb44114e3a724d66035e76051a6910e14657e.zip | |
Fix heading levels
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
| -rw-r--r-- | docs/tutorials/wiki2/definingmodels.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst index 516fd66cf..4b80e09ac 100644 --- a/docs/tutorials/wiki2/definingmodels.rst +++ b/docs/tutorials/wiki2/definingmodels.rst @@ -256,14 +256,14 @@ Populating the database Because our model has changed, and to repopulate the database, we need to rerun the ``initialize_tutorial_db`` command to pick up the changes we've made to the ``initialize_db.py`` file. On Unix -^^^^^^^ +------- .. code-block:: bash $VENV/bin/initialize_tutorial_db development.ini On Windows -^^^^^^^^^^ +---------- .. code-block:: doscon |
