web/lib/django/contrib/gis/db/models/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 15 Mar 2011 10:34:41 +0100
changeset 65 3d18d15135f1
parent 0 0d40e90630ef
permissions -rw-r--r--
put video url in segment object

# Want to get everything from the 'normal' models package.
from django.db.models import *

# Geographic aggregate functions
from django.contrib.gis.db.models.aggregates import *

# The GeoManager
from django.contrib.gis.db.models.manager import GeoManager

# The geographic-enabled fields.
from django.contrib.gis.db.models.fields import \
     GeometryField, PointField, LineStringField, PolygonField, \
     MultiPointField, MultiLineStringField, MultiPolygonField, \
     GeometryCollectionField