From 99a1265a394cb50f5b5aa9046f7b6cd230bc25cf Mon Sep 17 00:00:00 2001 From: Niels Van Och Date: Sat, 7 Nov 2015 14:43:06 +0100 Subject: Fixed #25063 -- Added path to makemigration's output of migration file. --- docs/ref/contrib/gis/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/contrib/gis/tutorial.txt') diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index cc2df71ec1..89365442c0 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -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`` -- cgit v1.3