> Is python-memcached the same as the memcache he is trying to import in > his memcached_status.py? Yes.
By the way, I just figured out why it's not working: your urls.py file has a small typo. It's pointing to "memcached.memcached_status", however the function that you defined is called cache_status. You should change it to read "memcached.cache_status" and all should work fine. Thanks, Eric Florenzano --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

