Add date postfix to slot-allocator.js file. Update base.html template with path to slot-allocator-090320.js.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
from django.dispatch import Signalrequest_started = Signal()request_finished = Signal()got_request_exception = Signal(providing_args=["request"])