Looking for a few django contractors for some small to medium sized projects. Shoot me an email with code/project samples, rates and limitations.
So . . . it occurred to me that there wasn’t a real way to monitor the internals of a django app/project. Sure you can run munin (or any flavor of monitoring app) and watch apache response times, db hits,…
So. Ran into a little frustration using MongoDB with Django; if you try to represent the _id field of a mongo object using something like {{ mongo_object._id }} or {{ mongo_object.id }}, you will get nothing but django…