Comment out unused variables and add used but not declared class variables to __init__ method in soc.logic.allocations module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
from django.dispatch import Signal
request_started = Signal()
request_finished = Signal()
got_request_exception = Signal(providing_args=["request"])