Tutti is the simplest social network on internet. Here you can make friends, create communities, sell things, make surveys, comment and share stuff.
CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', 'LOCATION': 'unique-snowflake', }, } TEST_CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.dummy.DummyCache', } }
@override_settings(CACHES=settings.TEST_CACHES) def function(........): do something