mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Merge branch 'food_traceability' into 'main'
Change deprecated function See merge request bde/nk20!264
This commit is contained in:
		@@ -240,7 +240,7 @@ DEFAULT_FROM_EMAIL = "NoteKfet2020 <" + SERVER_EMAIL + ">"
 | 
			
		||||
cache_address = os.getenv("CACHE_ADDRESS", "127.0.0.1:11211")
 | 
			
		||||
CACHES = {
 | 
			
		||||
    'default': {
 | 
			
		||||
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
 | 
			
		||||
        'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
 | 
			
		||||
        'LOCATION': cache_address,
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user