On Wed, May 4, 2011 at 9:23 AM, Satan Study Django
<satan.come.and.kill.your.family.an...@gmail.com> wrote:
> I can also use the direct sql query in the code. But on cellular it
> level does not seem right -)

Well, if it were me, I'd just use the raw SQL. I'd guess that about 5
to 10% of the time I find that my queries are better expressed in SQL
than in Python. I see nothing wrong with dropping down to raw SQL
where it's easier and clearer. Why make extra work for youself?

Jacob

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to