PageRenderTime 163ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/ref/contrib/gis/index.txt

https://code.google.com/p/mango-py/
Plain Text | 31 lines | 26 code | 5 blank | 0 comment | 0 complexity | 8b9adc4e91244cb12b241716f15d0a1f MD5 | raw file
Possible License(s): BSD-3-Clause
  1. .. _ref-contrib-gis:
  2. =========
  3. GeoDjango
  4. =========
  5. .. module:: django.contrib.gis
  6. :synopsis: Geographic Information System (GIS) extensions for Django
  7. GeoDjango intends to be a world-class geographic Web framework. Its goal is to
  8. make it as easy as possible to build GIS Web applications and harness the power
  9. of spatially enabled data.
  10. .. toctree::
  11. :maxdepth: 2
  12. tutorial
  13. install
  14. model-api
  15. db-api
  16. geoquerysets
  17. measure
  18. geos
  19. gdal
  20. utils
  21. commands
  22. admin
  23. feeds
  24. sitemaps
  25. testing
  26. deployment