Reading List
The most recent articles from a list of feeds I subscribe to.
It took me a Python/Django journey for βdecoratorsβ to make sense.
A short story of how decorators as a programming concept made sense to me.
The post It took me a Python/Django journey for ‘decorators’ to make sense. appeared first on Ru Singh.
Rest.
Learning Django: Day 4 and 5.
Progress with Django over the last two days: Hook up SMTP email via Sendgrid, as well as use HTML emails with a fallback on plain-text. π In dev env, serve media files through Django. Add extra fields to the User model. User profile pages, complete with a profile picture. π² Using and getting comfy with… Continue reading Learning Django: Day 4 and 5.
The post Learning Django: Day 4 and 5. appeared first on Ru Singh.
Learning Django: Day 3.
Today’s progress with Django. π Sign up auth flow; customize with name, email fields. Code refactors, bugfix. Very, very gentle introduction to class based views. Make things look nicer. π In dev env, serve static files through Django. Slower than expected today, as I couldn’t hook up the SMTP email delivery. π That means, tomorrow:… Continue reading Learning Django: Day 3.
The post Learning Django: Day 3. appeared first on Ru Singh.
Learning Django: Day 2.
ποΈ Today’s progress with Django. Auth flows using Django’s defaults (bar sign up) Permissions framework for authorization Comments for blog posts Poll for comments using https://htmx.org/ and serve server-side-rendered HTML π€― Install, configure, and generally look at debug-toolbar List groups for a user in the menu Another fantastic day. π Tomorrow: code cleanup, sign up… Continue reading Learning Django: Day 2.
The post Learning Django: Day 2. appeared first on Ru Singh.