Added missing sentence period in docs/intro/tutorial02.txt.

This commit is contained in:
Yilei
2025-12-23 11:01:16 -08:00
committed by GitHub
parent 1eac2659a1
commit 68859a9b45

View File

@@ -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.