diff --git a/django_sites_extensions/models.py b/django_sites_extensions/models.py index 811857b..bb8f59a 100644 --- a/django_sites_extensions/models.py +++ b/django_sites_extensions/models.py @@ -9,9 +9,8 @@ from django.core.exceptions import ImproperlyConfigured -# Dict which maps Site id/domain to a datetime -# when the corresponding when the corresponding -# Site model cached in SITE_CACHE should be flushed. +# Dict which maps Site id/domain to a datetime when the corresponding Site model cached in +# SITE_CACHE should be flushed. SITE_CACHE_TIMEOUTS = {}