Re: Digest for django-users@googlegroups.com - 1 update in 1 topic

2023-08-30 Thread johnc711
Document [image: awaymail logo white] I'm Currently Away Thanks for your email. I am away from my email until: Thursday, August 31st 8AM I am away from email until tomorrow, 8AM. If you need to reach me prior, please click here Breakthrough

Re: Digest for django-users@googlegroups.com - 1 update in 1 topic

2023-02-18 Thread Ryan Austin
If I had to rephrase your question, it appears that you might want to: 1. Query your Attendance model for some specific object. 2. If the object is not present, create it. If my interpretation is correct, the ORM has an abstraction that you can use called get_or_create(). In your example, you c