module documentation

The LayerMapping class provides a way to map the contents of OGR vector files (e.g. SHP files) to Geographic-enabled Django models. For more information, please consult the GeoDjango documentation: https://docs.djangoproject.com/en/dev/ref/contrib/gis/layermapping/

Class LayerMapping A class that maps OGR Layers to GeoDjango Models.
Exception InvalidDecimal Undocumented
Exception InvalidInteger Undocumented
Exception InvalidString Undocumented
Exception LayerMapError Undocumented
Exception MissingForeignKey Undocumented