Django

447 readers
2 users here now

Django Project

Django Community

Django Ecosystem

Jobs
Learning/Docs
Podcasts:
Related Fediverse communities
Feeds

founded 2 years ago
MODERATORS
151
5
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 
152
153
154
 
 

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

155
156
157
158
 
 

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".

159
11
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
160
161
162
163
2
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

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

164
 
 

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

165
 
 

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/

166
167
 
 

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.

168
5
First steps (programming.dev)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

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

169
 
 

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

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

170
171
172
173
 
 

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

174
 
 

Only available at DjangoCon US 2023!

175
 
 

Analysis of a performance optimization journey with a large publishing platform using Django that serves hundreds of thousands to millions of page views daily.

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

view more: ‹ prev next ›