app/django/contrib/gis/sitemaps/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 01 Feb 2009 23:36:50 +0000
changeset 1169 c0294f3c28db
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Set the right field type in user_self to overcome confusion. Also reverted a template change. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
323
ff1a9aa48cfd Load ../vendor/django into trunk/app/django.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     1
# Geo-enabled Sitemap classes.
ff1a9aa48cfd Load ../vendor/django into trunk/app/django.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     2
from django.contrib.gis.sitemaps.georss import GeoRSSSitemap
ff1a9aa48cfd Load ../vendor/django into trunk/app/django.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     3
from django.contrib.gis.sitemaps.kml import KMLSitemap, KMZSitemap
ff1a9aa48cfd Load ../vendor/django into trunk/app/django.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     4