File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ =========
2
+ GeoDjango
3
+ =========
4
+
5
+ GeoDjango intends to be a world-class geographic web framework. Its goal is to
6
+ make it as easy as possible to build GIS web applications and harness the power
7
+ of spatially enabled data.
8
+
9
+
10
+ Limitations
11
+ ===========
12
+
13
+ - No support for RasterField
14
+ - No exotic SRIDs
15
+ - Database functions and lookups not supported
Original file line number Diff line number Diff line change
1
+ ====================
2
+ ``contrib `` packages
3
+ ====================
4
+
5
+ Notes for Django's :doc: `django:ref/contrib/index ` live here.
6
+
7
+ .. toctree ::
8
+ :maxdepth: 1
9
+
10
+ gis
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ API reference
7
7
8
8
models/index
9
9
forms
10
+ contrib/index
10
11
database
11
12
django-admin
12
13
utils
You can’t perform that action at this time.
0 commit comments