Added button to the GradingRecords overview to send mail when updating projects.
Note that this will mail all the projects for which a record is available.
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^$', 'examples.views.index'), (r'^hello/', include('examples.hello.urls')),)