Skip to content

Commit 88e543c

Browse files
committed
Add note about running migrations
1 parent b01b92c commit 88e543c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/usage.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ Django tutorial:
7070
Now all changes to ``Poll`` and ``Choice`` model instances will be tracked in
7171
the database.
7272

73+
Run Migrations
74+
~~~~~~~~~~~~~~
75+
76+
With your model changes in place, create and apply the database migrations:
77+
78+
.. code-block:: bash
79+
80+
$ python manage.py makemigrations
81+
$ python manage.py migrate
82+
7383
Existing Projects
7484
~~~~~~~~~~~~~~~~~
7585

0 commit comments

Comments
 (0)