Skip to content
Snippets Groups Projects
Unverified Commit 35febc33 authored by Micah Denbraver's avatar Micah Denbraver Committed by GitHub
Browse files

Merge pull request #314 from rca/add-migration-to-docs

Add note about running migrations
parents 2ea19d29 83fc730d
Branches master
No related tags found
No related merge requests found
Pipeline #11507 failed
......@@ -29,6 +29,7 @@ Authors
- Mauricio de Abreu Antunes
- Micah Denbraver
- Rajesh Pappula
- Roberto Aguilar
- Rod Xavier Bondoc
- Ross Lote
- Ross Mechanic
......
......@@ -70,6 +70,16 @@ Django tutorial:
Now all changes to ``Poll`` and ``Choice`` model instances will be tracked in
the database.
Run Migrations
~~~~~~~~~~~~~~
With your model changes in place, create and apply the database migrations:
.. code-block:: bash
$ python manage.py makemigrations
$ python manage.py migrate
Existing Projects
~~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment