Django

0 readers
1 users here now

Django Project links:
Django Community links:
Learning Django:
Django ecosystem links:
Podcasts:
Related Fediverse communities:
Feeds

founded 1 year ago
MODERATORS
1
2
3
1
submitted 10 months ago* (last edited 10 months ago) by norambna@programming.dev to c/django@programming.dev
 
 
4
5
6
 
 

Series of interviews by Jay Miller done at DjangoCon US 2023 for Python Community News.

7
8
9
10
 
 

Carlton recently stepped down as a Django Fellow, maintains many Django related projects, is starting two SaaS companies, and is a podcast host on "Django Chat".

11
12
13
14
15
1
submitted 11 months ago* (last edited 11 months ago) by norambna@programming.dev to c/django@programming.dev
 
 

Talk Python live stream from Oct 5 with Michael Kennedy and Christopher Trudeau.

16
 
 

Did you know a redesign is happening to the main djangoproject.com website? Please fill out this concise survey to share your thoughts on improving it.

via https://mastodon.social/@djangonews/111246502688191055

17
 
 

Carson Gross, Adam Stepinski and Deniz Akşimşek have recently published their work, Hypermedia Systems and have generously made its entire content available online without any fee. Over the past two years or so, I’ve found myself reaching for HTMX more often when I build sites. It’s been a really nice way to work, but I’ve definitely learned it ad hoc.

Since there’s now this opportunity to directly see how its author thinks about using it, it seems worth taking a bit of time to work through the concepts and exercises in the book using django and htmx, which are easily my current favorite way to build for the web. I’m going to do this in public because it’s more fun to discuss it that way.

via https://www.reddit.com/r/django/comments/175e0ll/im_working_through_the_hypermedia_systems_book/

18
19
 
 

I'm curious to know how folks use async Djagno in production. Have you switched a project over? Fully or critical code only? What was your experience like? Was it worth it?

I made an example app to demonstrate superiority in a confined test. I've found it quite awkward converting existing sync views to async. Fetching a limited queryset for json serialization is awkward [x async for x in values]. Some ORM functions, like get_or_create, appear to be just wrappers that call sync_to_async. Django Rest Framework doesn't support async and adrf doesn't support everything.

20
1
First steps (programming.dev)
submitted 11 months ago* (last edited 11 months ago) by DOCT@programming.dev to c/django@programming.dev
 
 

I'm just trying to learn about how python and django works.

21
 
 

A one-file and several-line (mostly imports) implementation of "Hello, World."

via https://mastodon.social/@djangonews/111179943379184499

22
23
24
25
 
 

That State Of HTML survey that’s trending on Hackernews also works as a list of HTML things to look at.

via https://mastodon.social/@mborus/111114071296650691

view more: next ›