Hi, I tried installing satchmo on windows and succeeded in it quite well, except for running 'simple' project bundled with satchmo. It gave me an error for memcached not being installed. While checking the local_settings.py in simple project, I noticed that the cache backend is mentioned as
CACHE_BACKEND = "memcached://127.0.0.1:11211/" while large project mentions CACHE_BACKEND = "locmem:///" I changed the cachebackend in simple and all started working fine. I think the best should be to mention all possible cache backend in commented form and then have the locmem alone left uncommented for development. Thanks, Shakthi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
