index.txt 562 B

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