Skip to content

Commit de821e8

Browse files
committed
stub docs
1 parent 37f3218 commit de821e8

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docs/source/ref/contrib/gis.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

docs/source/ref/contrib/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

docs/source/ref/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ API reference
77

88
models/index
99
forms
10+
contrib/index
1011
database
1112
django-admin
1213
utils

0 commit comments

Comments
 (0)