Wednesday, February 2, 2011

Loose Coupling? Dependencies for "forms" and "db".

I have decided that I need considerably more control over both my HTML
and my database, which in point of fact is being moved from Postgresql
to MongoDB.

Now, I have always sort of disliked ORM's since my first experiences
with Hibernate in Java, which is fucking terrible. I started to kind
of like them with Django but now once again it is time to say goodbye.

So, what are the dependencies for "forms" and "db". Obviously, I know
that most of the "contrib" package is out. What else? Cause I'm
thinking of maybe forking the Django project for my own use.

By the way, I absolutely love templates, the url scheme, the settings
file, and the middleware implementation.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment