Hey All,
I've been trying to use django with mongo and it seems like django-nonrel
is still the best option out there. The only sad fact is that it's still
not part of the official django. Looking for an answer as to why that was
the case, I came across this thread. Are tests and docs all that
Hi Andres,
Afaik, there's currently some compatibility issues with Django 1.4 - so
it's not currently stable.
Also, in my own personal opinion - after having a chance to use the mongo
models with Django, in my personal opinion, it just didn't "feel right".
Not entirely sure how to explain what th
I'll start with an example:
Using Jinja2, I can create an environment which is pretty secure (no access
to anything but built-ins and objects explicitly marked "safe"), and
provide a loader who's templates are loaded from the database (e.g.,
``request.client.template_set.all()``), and customize
On Sun, Jun 24, 2012 at 12:17 PM, wrote:
> Today's Topic Summary
>
> Group: http://groups.google.com/group/django-developers/topics
>
> Proposal: Add some extensibility / decoupling features to Django templates
> [1 Update]
> Django-nonrel patches [2 Updates]
>
> Proposal: Add some extensibili