Skip to content

Commit

Permalink
Edit migration explanation for user friendliness
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Nov 9, 2014
1 parent ef58a67 commit 5158762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/02-models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To create the database table for our ``Entry`` model we need to make a migration
$ python manage.py makemigrations
$ python manage.py migrate
Don't worry about migrations just yet, we'll get to them later.
Don't worry about the details of migrations just yet, we'll learn about them in a later section of the tutorial. For now, just think of migrations as Django's way of managing changes to models and the corresponding database.

.. TIP::
If you notice, this code is written in a very particular way. There are
Expand Down

0 comments on commit 5158762

Please sign in to comment.