Add missing imports, remove unsused imports, fix too long lines and some other style fixes in soc.views.models.student_project module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])