Added a variable to the settings file to signal Django when the requests are
from the test runner. TESTING is set to true if "test" appears in the argv, if
this is TRUE then the SSLMiddleware will raise an exception at initiation and
Django will ignore this middleware class. |