summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-17 10:54:34 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 10:54:34 -0500
commit467fd7ea1afe6d80735af73ece45eaa61d9ff3c5 (patch)
tree24ee531be781576453280867d65aafcf227fc8aa
parent5f600db37a61be24cfe75bb2f327bb7bb57a468c (diff)
[1.7.x] Updated tutorial 1 with actual migrate output.
-rw-r--r--docs/intro/tutorial01.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 357ff33cf6..4a5771169a 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -544,18 +544,10 @@ Now, run :djadmin:`migrate` again to create those model tables in your database:
.. code-block:: bash
$ python manage.py migrate
-
Operations to perform:
- Synchronize unmigrated apps: sessions, admin, messages, auth, staticfiles, contenttypes
- Apply all migrations: polls
- Synchronizing apps without migrations:
- Creating tables...
- Installing custom SQL...
- Installing indexes...
- Installed 0 object(s) from 0 fixture(s)
+ Apply all migrations: admin, contenttypes, polls, auth, sessions
Running migrations:
- Applying polls.0001_initial... OK
-
+ Applying <migration name>... OK
The :djadmin:`migrate` command takes all the migrations that haven't been
applied (Django tracks which ones are applied using a special table in your