On May 4, 11:21 am, Dj Gilcrease <[email protected]> wrote: > Google code wont let me change the project name without deleting and > recreating the project so I just added a note to the top
That is quite annoying. I hope you can find a good solution to that problem. > "This is a fairly comprehensive Audit Trail App for use with standard > RDBMS databases. If you are looking for a solution for NoSQL there is > a great project by the same name but differing author > @https://launchpad.net/django-auditthat uses MongoDB." That is very kind of you and I take your point about MongoDB availability. We are having to adjust our architecture quite significantly to allow the inclusion of this technology. Annoyingly the Debian packages for MongoDB aren't fixed, so there is some messing around with APT to get it to work properly. > and a little NoSQL vs SQL comparison of the two solutions I think that's a fair comparison. With Django 1.2 offering multiple databases, it will be good to be able to potentially store auditing information in other SQL databases as to no pollute the application data directly if you care about that sort of thing. -- 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.

