Add a script to generate a kml file with all active GSoC participants
Only the students, mentors, and organization admins that are 'active'
are exported. Students that do not have a project are not exported.
Reviewed-by: Sverre Rabbelier
from django.conf.urls.defaults import *
urlpatterns = patterns('django.contrib.flatpages.views',
(r'^(?P<url>.*)$', 'flatpage'),
)