Re: Django + Database Connections

2014-11-12 Thread Edward Armes
at 12:30 AM, Edward Armes > 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 what part of Django actu

Re: Django + Database Connections

2014-11-12 Thread Edward Armes
he wonderful Admin package? Many Thanks. Edward On Wed, Nov 12, 2014 at 6:09 AM, Kakar Nyori wrote: > Very nicely explained. > > On Wed, Nov 12, 2014 at 2:55 AM, Russell Keith-Magee < > russ...@keith-magee.com> wrote: > >> Hi Edward, >> >> On Tue, Nov 11, 20

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 the

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 the