Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
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"])