diff options
| author | Yilei <hi@mangoumbrella.com> | 2025-12-23 11:01:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 16:01:16 -0300 |
| commit | 68859a9b45f0b9d472c9277dc61e54afacc0da38 (patch) | |
| tree | 51fff1c3f260bc46f29683b0f87b0053a0f95813 /docs/intro | |
| parent | 1eac2659a102d42490f9401b08782633fa51f3e3 (diff) | |
Added missing sentence period in docs/intro/tutorial02.txt.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 8f99965a47..a62d59e4ac 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -324,7 +324,7 @@ but for now, remember the three-step guide to making model changes: * Change your models (in ``models.py``). * Run :djadmin:`python manage.py makemigrations <makemigrations>` to create - migrations for those changes + migrations for those changes. * Run :djadmin:`python manage.py migrate <migrate>` to apply those changes to the database. |
