Changes between Version 6 and Version 7 of MultiHostMiddleware


Ignore:
Timestamp:
Nov 9, 2013, 1:03:00 PM (10 years ago)
Author:
anonymous
Comment:

add missing "import time"

Legend:

Unmodified
Added
Removed
Modified
  • MultiHostMiddleware

    v6 v7  
    3838# File: multihost.py
    3939
     40import time
    4041from django.conf import settings
    4142from django.utils.cache import patch_vary_headers
Back to Top