Added school_type and grade property to Student model.
A GAE Task will be provided to update the existing entities in a later commit.
Reviewed by: Lennard de Rijk
from django.conf.urls.defaults import *urlpatterns = patterns('django.views', (r'^(?P<content_type_id>\d+)/(?P<object_id>.*)/$', 'defaults.shortcut'),)