From d47409831fbd44739d261c32c53a094748028e4f Mon Sep 17 00:00:00 2001 From: Christoph Heer Date: Sat, 26 Jul 2014 13:21:52 +0200 Subject: Fixed #23067 -- Updated docs to use django-admin --- docs/ref/contrib/gis/tutorial.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 c28bca3c04..25f47af6af 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -81,12 +81,12 @@ to create a :ref:`SpatiaLite database `. Create a New Project ------------------------ -Use the standard ``django-admin.py`` script to create a project called +Use the standard ``django-admin`` script to create a project called ``geodjango``: .. code-block:: bash - $ django-admin.py startproject geodjango + $ django-admin startproject geodjango This will initialize a new project. Now, create a ``world`` Django application within the ``geodjango`` project: -- cgit v1.3