Skip to content
  • Home
  • Photography Store
  • Photography
    • Photography Portfolio
  • CV/Resume
  • Programming
  • Music
  • Blog
  • Contact
Dennis Bottaro

Animal Lover, Programmer, Musician & Photographer

Category: Programming

Programming Tech Web Design

Django: Grouper – Show Additional Fields

By dbottaro | September 4, 2021November 7, 2022 by dbottaro

In a system I’m developing that handles scheduling, I had a need to add some additional data to a report group header. I tried a few different approaches but nothing worked until I created a custom method on the model I was reporting on. This worked and got the needed data on the report, but…

Programming Tech Web Design

Django Models Parent Child Template Rendering

By dbottaro | February 11, 2020November 7, 2022 by dbottaro

Just a quick little tip. It took me quite a bit to time to stumble across this, as the Django documentation does not mention it. If you have a ‘related_name’ set for a ForeignKey field on a model, USE that related_name as the MODELCHILD_SET name when trying to access related objects. Working Example Based on…

Programming Tech Training

Training: TalkPython.FM

By dbottaro | June 5, 2018November 7, 2022 by dbottaro

I finally finished Michael Kennedy‘s awesome course “Python Jumpstart by Building 10 Apps“.  As a listener of both Talk Python To Me and PythonBytes podcasts, I’ve come to respect and appreciate Michael’s depth of knowledge and easy going approach to Python.  I started this course about three or four months ago diving in head first…

© 2023 Dennis Bottaro | Theme: FullWidther