Re: beginner guide

2018-10-10 Thread whistler whitherfaith
Does anyone know where I can download Django 2 By Examples. On Wed, Oct 10, 2018, 01:58 Kim Sunga wrote: > If you're interested on the newest django (2.X) try to read Django 2 by > Example by Antonio Mele > > On Tue, Oct 9, 2018 at 7:37 PM 'puhlmann7' via Django users < > django-users@googlegrou

query models

2018-10-08 Thread whistler whitherfaith
context: i'm working on an app that monitors when an employee has read a memo, how many employees have not read a memo, and how many employees have read a memo but after the deadline. when a memo is released, an employee has 30 days to read it. Each employee has an account. When th