diff options
| author | Michael Merickel <michael@merickel.org> | 2024-02-04 15:29:37 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2024-02-04 15:29:37 -0700 |
| commit | d3c8d93cfb1282f328ecd133df6565a2df92779f (patch) | |
| tree | d8dc3c489fa007666476ea38155d9bd24d24525c /docs/tutorials/wiki2/definingmodels.rst | |
| parent | 569f0a53d0bedecceb1365a0159c9fe514f198a9 (diff) | |
| download | pyramid-d3c8d93cfb1282f328ecd133df6565a2df92779f.tar.gz pyramid-d3c8d93cfb1282f328ecd133df6565a2df92779f.tar.bz2 pyramid-d3c8d93cfb1282f328ecd133df6565a2df92779f.zip | |
update the definingviews chapter
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
| -rw-r--r-- | docs/tutorials/wiki2/definingmodels.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst index b9b02ed12..45a3167a7 100644 --- a/docs/tutorials/wiki2/definingmodels.rst +++ b/docs/tutorials/wiki2/definingmodels.rst @@ -28,7 +28,7 @@ custom application requirements. We need to add a dependency, the `bcrypt <https://pypi.org/project/bcrypt/>`_ package, to our ``tutorial`` package's ``pyproject.toml`` file. Dependencies are defined via the ``dependencies`` key in the ``[project]`` section. -Open ``tutorial/pyproject.toml`` and edit it to look like the following by adding ``bcrypt`` and sorting the packages: +Open ``pyproject.toml`` and edit it to look like the following by adding ``bcrypt`` and sorting the packages: .. literalinclude:: src/models/pyproject.toml :lines: 20-33 |
