We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ea19d2 + 83fc730 commit 35febc3Copy full SHA for 35febc3
AUTHORS.rst
@@ -29,6 +29,7 @@ Authors
29
- Mauricio de Abreu Antunes
30
- Micah Denbraver
31
- Rajesh Pappula
32
+- Roberto Aguilar
33
- Rod Xavier Bondoc
34
- Ross Lote
35
- Ross Mechanic
docs/usage.rst
@@ -70,6 +70,16 @@ Django tutorial:
70
Now all changes to ``Poll`` and ``Choice`` model instances will be tracked in
71
the database.
72
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
83
Existing Projects
84
~~~~~~~~~~~~~~~~~
85
0 commit comments