DIMMiN Notes
My working notes related to the development of dimmin.com.
2024-11-22-Friday
- Successfully configured the full workflow of the blog post subscription feature for the blog app, closing out the blog post subscription issue .
2024-11-21-Thursday
- Configured the blog post subscription feature
- Created the simple
BlogSubscriberDjango Model to track people who want to be emailed when I release a new blog - Used AJAX to submit the user form without redirecting them off the page
- Created the simple
2024-11-19-Tuesday
- Configured the CKeditor 5 layout for my blog posts
- Added custom CSS to CKeditor
- Fixed the text color issue
- Designated custom editors for different purposes
- Created custom file upload logic for uploading files to S3
2024-11-15-Friday
- Actually solved the password reset problem for real this time
- Resolved the Blog Details Footer Issue
- Resolved the iFrame not rendering issue
- Started working on resolving the 400 Error Page Handling issue
- Updated my Local Version to include a version of the production PostgreSQL database.