Puerto pesquero de Valdemossa, Mallorca
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
Ex : code html for view image url on posting comment. <img src="spiderman.jpg">Ex : Code html to put url hyperlink we at post comment. <a href="https://www.w3schools.com" target="_blank">Visit W3Schools</a>