diff options
| author | Christoph Heer <Christoph.Heer@gmail.com> | 2014-07-26 13:21:52 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-30 14:14:03 -0400 |
| commit | d47409831fbd44739d261c32c53a094748028e4f (patch) | |
| tree | 84f025048c363cfc714399c87f7b9bd2f916e5e8 /docs/ref/contrib/gis/tutorial.txt | |
| parent | 66630f589cd641efe91f111919ad5059b8a01a88 (diff) | |
Fixed #23067 -- Updated docs to use django-admin
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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_spatialite_db>`. 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: |
