Fixed #25063 -- Added path to makemigration's output of migration file.

This commit is contained in:
Niels Van Och 2015-11-07 14:43:06 +01:00 committed by Tim Graham
parent e090070761
commit 99a1265a39
6 changed files with 24 additions and 4 deletions

View file

@ -239,7 +239,7 @@ create a database migration:
$ python manage.py makemigrations
Migrations for 'world':
0001_initial.py:
world/migrations/0001_initial.py:
- Create model WorldBorder
Let's look at the SQL that will generate the table for the ``WorldBorder``