Commit 9a4c8e2d by David Ormsbee

remove unnecessary settings import

--HG--
branch : cache_separation
parent 7184d676
...@@ -6,7 +6,6 @@ Note that 'default' is being preserved for user session caching, which we're ...@@ -6,7 +6,6 @@ Note that 'default' is being preserved for user session caching, which we're
not migrating so as not to inconvenience users by logging them all out. not migrating so as not to inconvenience users by logging them all out.
""" """
from django.core import cache from django.core import cache
import settings
# If we can't find a 'general' CACHE defined in settings.py, we simply fall back # If we can't find a 'general' CACHE defined in settings.py, we simply fall back
# to returning the default cache. This will happen with dev machines. # to returning the default cache. This will happen with dev machines.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment