Oct. 12, 2020 » Paolo Melchiorre » [Archived Version]
The Django London Meetup group is a social meetup, that hold a gathering the 2nd Tuesday of each month.
Read MoreOct. 8, 2020 » Django on Matt Layman » [Archived Version]
In this episode, I added a landing page design to the app that I’m building. By using a Tailwind CSS landing page template, I could fit the design in with my existing CSS tools. I showed some available templates that I discovered while researching for Tailwind-based landing pages. Once I found a decent template, I copied the source of sample landing page into my index page template. Since I copy and pasted from the landing page, the initial look was terrible.
Read MoreOct. 6, 2020 » Django on Matt Layman » [Archived Version]
You have an upset customer with a really thorny problem on your Django-powered website. Your customer used your help ticket system and reported their woe. You’ve done your due diligence and have already checked: The logs from your site show nothing interesting related to the customer’s actions The error tracking system reveals no exceptions from what the customer did The customer’s description doesn’t contain enough info to diagnose the problem fully The experiments in …
Read MoreOct. 2, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
Notes on deploying Django > 3.1 (async) with Uvicorn under Nginx as a reverse proxy.
Read MoreOct. 1, 2020 » Django on Matt Layman » [Archived Version]
In this episode, I integrated the bandit static analysis tool to do automated security checking of my code before each commit. We talked about pre-commit and how to add in a new hook. After finishing that tool addition, we got deep into Django while removing some messages inserted by django-allauth on sign up. We began by talking about what the bandit tool does and how it works. Once I explained bandit, I focused on the bandit documentation to see how to add the tool.
Read MoreSept. 30, 2020 » Django Chat » [Archived Version]
Michael Kennedy is the creator of the Talk Python podcast, courses, and a new series from Manning. He joins us to discuss how Python has become a "full spectrum" language, how Python 3.5 changed everything, and where Django fits into the larger Python community.
Read MoreSept. 29, 2020 » Django on Matt Layman » [Archived Version]
In the previous Understand Django article, we got deep into the Django administrators site. We saw what the site was and how to configure and customize it. In this article, we will examine what goes into an application. Applications are core elements of a Django project. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An ApplicationUser AuthenticationMiddleware Do You Go?
Read MoreSept. 24, 2020 » Django on Matt Layman » [Archived Version]
In this episode, we worked on a new view to display course resources. While building out the template, I used some template tags to dynamically regroup a queryset into a more useful data format for rendering. I started a new view before the stream to display content, but I had not filled it in before the stream started. We added new data to the context, and did some adjustments to the URL based on the required inputs for the view.
Read MoreSept. 17, 2020 » Paolo Melchiorre » [Archived Version]
DjangoCon Europe is an international conference for the community by the community about the Django web framework, held each year in Europe.
Read MoreSept. 16, 2020 » Django Chat » [Archived Version]
We’re back after a few weeks away! We discuss the Django Community Survey results, virtual conferences taking place, upcoming Django Technical Board vote, and more.
Read More