Merilyn CheslerinPython in Plain EnglishPython Adventures — LoggingThis article assumes that you are familiar with the following:Jan 18, 2023Jan 18, 2023
Merilyn CheslerinPython in Plain EnglishAdventures in Django: Django Unit TestingThis article assumes that you are familiar with the following:Nov 7, 20211Nov 7, 20211
Merilyn CheslerinPython in Plain EnglishIntegrating OAuth2 in Django with GitHub and OAuthlibLearn how to integrate OAuth2 in a Django app with GitHub and OAuthlib and requests packages with Merilyn Chesler.Apr 26, 2021Apr 26, 2021
Merilyn CheslerinPython in Plain EnglishDeploying Django on AWS and BitnamiChecklist of issues while deploying Django projects on Amazon Lighsail and Bitnami stack.Mar 22, 2021Mar 22, 2021
Merilyn CheslerinPython in Plain EnglishAdventures in Django: Django Mail with FormView and Simple CaptchaA tutorial on implementing a Contact Form with captcha using FormView and Django mail with send_mail() over SMTP.Mar 10, 2021Mar 10, 2021
Merilyn CheslerinPython in Plain EnglishHow to implement multiple ModelForms in a View in DjangoLearn how to implement multiple forms in a template with Django generic base views, TemplateView, ModelForm and the post() method.Feb 28, 20212Feb 28, 20212
Merilyn CheslerinPython in Plain EnglishEditing A Single Model Instance with UpdateView in DjangoUse Django’s class-based generic edit views UpdateView to update a single model instance on a form.Feb 28, 20211Feb 28, 20211
Merilyn CheslerinPython in Plain EnglishAdventures in Django: Custom 404 TemplatesThere are many HTTP status codes that can be returned from a web server; one of them is the infamous 404 Not found error code. This error…Feb 23, 2021Feb 23, 2021
Merilyn CheslerinPython in Plain EnglishAdventures in Django: Leveraging OO in Models and ViewsIn my previous article on Model Relationships, I described how Django implements one-to-one, one-to-many and many-to-many model…Feb 18, 20211Feb 18, 20211
Merilyn CheslerinPython in Plain EnglishAdventures in Django: Model RelationshipsThis article assumes a readership who is familiar with database schema design. Django explains its architecture as following an MTV…Feb 14, 20211Feb 14, 20211