Commit b179eae7 by muzaffaryousaf Committed by muhammad-ammar

Removing cache for testing purposes.

parent f0686457
...@@ -42,5 +42,5 @@ SECRET_KEY = ')68&-c!+og)cy$o9pju_$c707+fett&ph%t%gqgu-@5)!cl$cr' ...@@ -42,5 +42,5 @@ SECRET_KEY = ')68&-c!+og)cy$o9pju_$c707+fett&ph%t%gqgu-@5)!cl$cr'
# Silence cache key warnings # Silence cache key warnings
# https://docs.djangoproject.com/en/1.4/topics/cache/#cache-key-warnings # https://docs.djangoproject.com/en/1.4/topics/cache/#cache-key-warnings
import warnings import warnings
from django.core.cache import CacheKeyWarning # from django.core.cache import CacheKeyWarning
warnings.simplefilter("ignore", CacheKeyWarning) # warnings.simplefilter("ignore", CacheKeyWarning)
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