Added GHOP Task View.
TODO's have been added on the places where the code struggles with consistency and compactness issues.
Reviewed by: to-be-reviewed
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^geoapp/', include('django.contrib.gis.tests.geoapp.urls')), )