web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
June 20, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we hooked up the email confirmation signal to the prompt sending code so that new users can use JourneyInbox immediately. Then we focused on handling all the functionality related to the password reset feature. This meant customizing a bunch of django-allauth forms.
Read MoreJune 20, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we hooked up the email confirmation signal to the prompt sending code so that new users can use JourneyInbox immediately. Then we focused on handling all the functionality related to the password reset feature. This meant customizing a bunch of django-allauth forms.
Read MoreJune 6, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those two packages integrated, I did some polishing work and began the effort to send prompts immediately following email verification.
Read MoreJune 6, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those two packages integrated, I did some polishing work and began the effort to send prompts immediately following email verification.
Read MoreMay 30, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we worked on some core pages to round out the JourneyInbox user interface. This led us to work updating UI layout, writing copy, and doing other fundamentals for making templated pages.
Read MoreMay 30, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we worked on some core pages to round out the JourneyInbox user interface. This led us to work updating UI layout, writing copy, and doing other fundamentals for making templated pages.
Read MoreMay 23, 2024 » Django on Matt Layman » [Archived Version]
In this episode, I started with cleaning up a few small items. After those warmups, we moved on to building an export feature that will allow users to take their journal entries if they want to leave the service.
Read MoreMay 23, 2024 » Django on Matt Layman » [Archived Version]
In this episode, I started with cleaning up a few small items. After those warmups, we moved on to building an export feature that will allow users to take their journal entries if they want to leave the service.
Read MoreMay 16, 2024 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the settings page for the user. This was a vital addition because it allows users to access the Stripe billing portal and close their account if they no longer wish to use JourneyInbox.
Read MoreMay 16, 2024 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the settings page for the user. This was a vital addition because it allows users to access the Stripe billing portal and close their account if they no longer wish to use JourneyInbox.
Read More