- django.bin
- django.conf: Settings and configuration for Django.
- django.contrib
- django.contrib.admin
- django.contrib.admindocs
- django.contrib.auth
- django.contrib.comments
- django.contrib.contenttypes
- django.contrib.csrf
- django.contrib.databrowse
- django.contrib.flatpages
- django.contrib.formtools
- django.contrib.gis
- django.contrib.gis.admin
- django.contrib.gis.db
- django.contrib.gis.feeds
- django.contrib.gis.forms
- django.contrib.gis.gdal: This module houses ctypes interfaces for GDAL objects.
- django.contrib.gis.geos: The goal of this module is to be a ctypes wrapper around the GEOS library
that will work on both *NIX and Windows systems.
- django.contrib.gis.geos.base: This module contains the 'base' GEOSGeometry object -- all GEOS
Geometries inherit from this object.
- django.contrib.gis.geos.collections: This module houses the Geometry Collection objects:
GeometryCollection, MultiPoint, MultiLineString, and MultiPolygon
- django.contrib.gis.geos.coordseq: This module houses the GEOSCoordSeq object, which is used
internally by GEOSGeometry to house the actual coordinates of the
Point, LineString, and LinearRing geometries.
- django.contrib.gis.geos.error: This module houses the GEOS exceptions, specifically, GEOSException
and GEOSGeometryIndexError.
- django.contrib.gis.geos.geometries: This module houses the Point, LineString, LinearRing, and Polygon
OGC geometry classes.
- django.contrib.gis.geos.libgeos: This module houses the ctypes initialization procedures, as well as
the notice and error handler function callbacks (get called when an
error occurs in GEOS).
- django.contrib.gis.geos.prototypes: This module contains all of the GEOS ctypes function prototypes.
- django.contrib.gis.management
- django.contrib.gis.maps
- django.contrib.gis.measure: Distance and Area objects to allow for sensible and convienient
calculation and conversions.
- django.contrib.gis.models: Imports the SpatialRefSys and GeometryColumns models dependent on
the spatial database backend.
- django.contrib.gis.shortcuts
- django.contrib.gis.sitemaps
- django.contrib.gis.tests
- django.contrib.gis.utils: This module contains useful utilities for GeoDjango.
- django.contrib.humanize
- django.contrib.localflavor
- django.contrib.markup
- django.contrib.redirects
- django.contrib.sessions
- django.contrib.sitemaps
- django.contrib.sites
- django.contrib.syndication
- django.contrib.webdesign
- django.core
- django.db
- django.dispatch: Multi-consumer multi-producer dispatching mechanism
- django.forms: Django validation and HTML form handling.
- django.http
- django.middleware
- django.shortcuts: This module collects helper functions and classes that
"span" multiple levels of MVC.
- django.template: This is the Django template system.
- django.templatetags
- django.test: Django Unit Test and Doctest framework.
- django.utils
- django.views
|