April 22, 2020 » Django Chat » [Archived Version]
Katie is a Developer Advocate for Google and regular conference speaker. We discuss advanced deployment techniques and tools such as Google Cloud Run, relational vs non-relational databases, Terraform, and more.
Read MoreApril 20, 2020 » Thomas Loiret - Random thoughts » [Archived Version]
Script that helps you to delete your Google Calendar passed events.
Read MoreApril 16, 2020 » Django on Matt Layman » [Archived Version]
In this episode, we glued together some of the onboarding steps. I added data validation so that future steps depend on data existing from previous steps. Then we added page messaging to direct users to a proper page. We reviewed the way that the form validates certain data from the form submission so that data is kept safe between users. I showed how I switched from the model and fields attributes of CreateView to a form_class containing the form that does the necessary validation.
Read MoreApril 15, 2020 » Django Chat » [Archived Version]
JustDjango is a popular YouTube channel and website dedicated to Django learning resources. We discuss how Matthew learned Django, building the website itself, payments, mentors, and more.
Read MoreApril 10, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
It's common to have a single Django project serving requests for multiple domains. Learn how to route each request to the right app.
Read MoreApril 9, 2020 » Django on Matt Layman » [Archived Version]
In this episode, we added the first form to collect data in the onboarding flow. We used a CreateView and defined all the fields that are needed in the HTML form. I started by filling in the HTML form structure of the page. Once the dummy version was in place, we changed from a TemplateView to a CreateView and began fixing each configuration error that the new view type reported as missing like missing a model field declaration.
Read MoreApril 8, 2020 » Django Chat » [Archived Version]
Django has a powerful built-in translations framework that we discuss with Andrew Knight. Topics include internationalization vs localization, common gotchas, Django’s internal translations team, and more.
Read MoreApril 8, 2020 » Django on Matt Layman » [Archived Version]
On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app. Listen at djangoriffs.com. Last Episode On the previous episode, we talked about views and how views handle requests to create HTTP responses for users. Set Up Templates are static files that Django will fill in with data. In order to use those files, we must instruct Django on where to find them.
Read MoreApril 4, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
Learn how to create a Django project and a Django application in this quick-start tutorial.
Read MoreApril 4, 2020 » Thomas Loiret - Random thoughts » [Archived Version]
Use python-json-logger package to output JSON log with Django
Read More