Re: Django + Database Connections

2014-11-12 Thread Edward Armes
at 12:30 AM, Edward Armes <edward...@gmail.com > > wrote: > >> Hi there, >> >> I am currently looking at Django for a personal project. While I >> understand how a lot of it works I can't wrap my head around how the actual >> DB querying is done specifically

Re: Django + Database Connections

2014-11-12 Thread Edward Armes
ackage? Many Thanks. Edward On Wed, Nov 12, 2014 at 6:09 AM, Kakar Nyori <nyorika...@gmail.com> wrote: > Very nicely explained. > > On Wed, Nov 12, 2014 at 2:55 AM, Russell Keith-Magee < > russ...@keith-magee.com> wrote: > >> Hi Edward, >> >> On Tu

Django + Database Connections

2014-11-10 Thread Edward Armes
Hi there, I am currently looking at Django for a personal project. While I understand how a lot of it works I can't wrap my head around how the actual DB querying is done specifically what part of Django actually looks at the database (I'm not talking about Manager, Models or Querysets, but

Django database layer + twisted deferred

2014-11-10 Thread Edward Armes
Hi there, I am currently looking at Django for a personal project. While I understand how a lot of it works I can't wrap my head around how the actual DB querying is done specifically what part of Django actually looks at the database (I'm not talking about Manager, Models or Querysets, but