Add sorting of student projects on organization home page.
List of student projects on organization home page is now sorted in alphabetical order by student name. Fixes issue 613.
"""Multi-consumer multi-producer dispatching mechanismOriginally based on pydispatch (BSD) http://pypi.python.org/pypi/PyDispatcher/2.0.1See license.txt for original license.Heavily modified for Django's purposes."""from django.dispatch.dispatcher import Signal