~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/ref/contrib/gis/index.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _ref-contrib-gis:
 
2
 
 
3
=========
 
4
GeoDjango
 
5
=========
 
6
 
 
7
.. versionadded:: 1.0
 
8
 
 
9
.. module:: django.contrib.gis
 
10
   :synopsis: Geographic Information System (GIS) extensions for Django
 
11
 
 
12
GeoDjango intends to be a world-class geographic web framework. Its goal is to
 
13
make it as easy as possible to build GIS web applications and harness the power
 
14
of spatially enabled data.
 
15
 
 
16
.. toctree::
 
17
   :maxdepth: 2
 
18
 
 
19
   tutorial
 
20
   install
 
21
   model-api
 
22
   db-api
 
23
   geoquerysets
 
24
   measure
 
25
   geos
 
26
   gdal
 
27
   utils
 
28
   commands
 
29
   admin
 
30
   feeds
 
31
   sitemaps
 
32
   testing
 
33
   deployment