django-planet

What's new in Django community blogs?

PDF Courses Report - Building SaaS with Python and Django #132

March 31, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a final PDF report to the PDF bundle. This report was different than the other because there wasn’t a pre-existing HTML report to mimic. I built a report that shows all the completed course tasks for each student.

Read More

PDF Courses Report - Building SaaS #132

March 31, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a final PDF report to the PDF bundle. This report was different than the other because there wasn’t a pre-existing HTML report to mimic. I built a report that shows all the completed course tasks for each student.

Read More

Django the Good Parts - James Bennett

March 30, 2022 » Django Chat » [Archived Version]

James is an original core contributor and longtime pillar of the Django community. We discuss Django’s early years, what it got right (and wrong), how the community developed, and the current state of web development with Django.

Read More

PDF Attendance Report - Building SaaS with Python and Django #131

March 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a third PDF report to the PDF bundle. The patterns from previous reports made this one go faster, but I hit some small snags with the output of the PDF being crushed together.

Read More

PDF Attendance Report - Building SaaS #131

March 24, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we added a third PDF report to the PDF bundle. The patterns from previous reports made this one go faster, but I hit some small snags with the output of the PDF being crushed together.

Read More

Codemotion Italian Edition 2022

March 22, 2022 » Paolo Melchiorre » [Archived Version]

Codemotion is an European Tech Conference devoted to software developers. Codemotion was created in 2007, and holds annual conferences in Rome, Milan, Madrid, Berlin, and Tel Aviv.

Read More

Python Web Conference 2022

March 21, 2022 » Paolo Melchiorre » [Archived Version]

The Python Web Conf is the most in-depth Python conference for web developers.

Read More

Django shortcuts – get_or_create and update_or_create

March 19, 2022 » Django Archives - ZeroToByte » [Archived Version]

Django shortcuts, get_or_create(), and update_or_create() methods make our web application development even faster. Django implemented these methods due to easier ... Read more The post Django shortcuts – get_or_create and update_or_create appeared first on ZeroToByte.

Read More

Production APIs - Calvin Hendryx-Parker

March 16, 2022 » Django Chat » [Archived Version]

Calvin is the co-founder of Six Feet Up, a Python/Django consultancy. We discuss the upcoming Python Web Conference 2022, a recent lightning-prediction project, and current best practices around Django APIs in production.

Read More

Security And Django

March 10, 2022 » Django on Matt Layman » [Archived Version]

In the last Understand Django article, we learned about where apps slow down. We explored techniques that help sites handle the load and provide a fast experience for users. With this article, we will look at security. How does a Django site stay safe on the big, bad internet? Let’s find out. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An ApplicationUser Authenticatio…

Read More