Email or username:

Password:

Forgot your password?
4 posts total
Ton Zijlstra

@celia definitely! Being able to determine the 'social distance' of the reach when you first share/publish something is very useful to allow more finegrained decisions on what to share, as well as to formulate it. I would love have something similar for my blog where 'close circles' would read more detail (like names, locations) than others e.g.

Ru

My gosh! Sure, I read the announcement earlier, but this is really cool to actually browse. Great implementation! write.as/themes/

Nudged by @maxvel. :)

Ru

Folks, what's a great up-to-date resource on web components in 2021?

I want to progressively enhance a few bits on a client site. This is looking to be a great opportunity to both try one out and not dish out a whole React site!

(Excited af btw πŸŽ‰)

Darius Kazemi

@celia cc'ing @nolan

Ru

Today's progress with Django. 😁

- Templates and views
- Forms, customizing them, prefilling them on edit requests
- URL parameters, nested routing
- Handling GET and POST requests
- Querying the database, filtering responses
- Customizing admin area views

As a bonus, worked with spectre.css too.

Great day overall!

On to a basic `Comments` model tomorrow, and if I can sneak in user auth flows, that'd be amazing! ⭐

Today's progress with Django. 😁

- Templates and views
- Forms, customizing them, prefilling them on edit requests
- URL parameters, nested routing
- Handling GET and POST requests
- Querying the database, filtering responses
- Customizing admin area views

As a bonus, worked with spectre.css too.

Great day overall!

Ru

πŸ—’οΈ 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 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 flow, serve static files through Django, and hook up real email delivery. ✨️

πŸ—’οΈ 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 htmx.org/ and serve server-side-rendered HTML 🀯
- Install, configure, and generally look at debug-toolbar
- List groups for a user in the menu

Go Up