Skip to content

Commit

Permalink
Fix issues surfaced by KDP.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Oct 23, 2023
1 parent 1520e19 commit 2952864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ the `ModelAdmin` has its own `ordering` attribute.

*What's "meta?"*
Aside from fields,
a Django model can set extra infromation
a Django model can set extra information
about how to handle data.
These extra options are the "meta" attributes
of the model.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ in [Templates For User Interfaces]({{< ref "/understand-django/2020-04-02-templa
in the templates chapter,
{{< /book >}}
but `templates` directories are commonly found
in indvidual Django apps,
in individual Django apps,
especially for third party applications
that you may pull into your project.

Expand Down
2 changes: 1 addition & 1 deletion content/understand-django/2021-11-04-command-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ This shell will vary based on your choice of database.
For instance,
when using PostgreSQL,
`./manage.py dbshell`
will start `{{< extlink "https://www.postgresql.org/docs/current/app-psql.html" "psql" >}}`.
will start {{< extlink "https://www.postgresql.org/docs/current/app-psql.html" "psql" >}}.
From this shell,
you can execute SQL statements directly
to inspect the state
Expand Down

0 comments on commit 2952864

Please sign in to comment.