Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro/tutorial02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down