From 28afd5d1e79d618ed0522029e926fd9219d31c0d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 4 Feb 2024 13:51:57 -0700 Subject: upgrade definingmodels chapter --- docs/tutorials/wiki2/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorials/wiki2/installation.rst') diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 707a6a109..072625f80 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -218,7 +218,7 @@ The output to your console should be something like this: 2024-02-04 12:02:28,828 INFO [alembic.runtime.migration:219][MainThread] Will assume non-transactional DDL. 2024-02-04 12:02:28,832 INFO [alembic.autogenerate.compare:189][MainThread] Detected added table 'models' 2024-02-04 12:02:28,832 INFO [alembic.autogenerate.compare:633][MainThread] Detected added index ''my_index'' on '('name',)' - Generating /Users/michael/work/oss/pyramid/tutorial/tutorial/alembic/versions/20240204_4b6614165904.py ... done + Generating /tutorial/tutorial/alembic/versions/20240204_4b6614165904.py ... done Upgrade to that revision. @@ -334,7 +334,7 @@ If successful, you will see output something like this: ====================================== test session starts ====================================== platform darwin -- Python 3.11.7, pytest-8.0.0, pluggy-1.4.0 - rootdir: /Users/michael/work/oss/pyramid/tutorial + rootdir: /tutorial configfile: pyproject.toml testpaths: tutorial, tests plugins: cov-4.1.0 -- cgit v1.2.3