I m curious if anyone out there knows of something perhaps like Akismet, but where content doesn t have to go off to a 3rd party server. In a situation with critically sensitive data (patient records for instance) I wouldn t necessarily want that information sent off to another server I don t have control over. I really like Akismet, it works great for the most part. However, I need something more like a local instance of Akismet that s private, and able to be updated semi-regularly. Even better if it works with Python since I need this to interface with Django applications. Should I just go the route of SpamBayes?
Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...