Added Dmitri to the AUTHORS file
CLA signed with "Igor Gasowski for Dmitri Gaskin" since Dmitri is a
minor (Igor Gasowski is his father).
Patch by: Sverre Rabbelier
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^geoapp/', include('django.contrib.gis.tests.geoapp.urls')), )