Django

518 readers
1 users here now

Django Project

Django Community

Django Ecosystem

Jobs
Learning/Docs
Podcasts:
Related Fediverse communities
Feeds

founded 2 years ago
MODERATORS
176
177
178
179
 
 

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

180
181
182
183
184
1
submitted 2 years ago* (last edited 2 years ago) by norambna@programming.dev to c/django@programming.dev
 
 

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

185
 
 

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

186
 
 

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/

187
188
 
 

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.

189
2
First steps (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by DOCT@programming.dev to c/django@programming.dev
 
 

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

190
 
 

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

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

191
192
193
194
 
 

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

195
 
 

Only available at DjangoCon US 2023!

196
 
 

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

197
198
199
 
 

This package is for you if:

  • You have automated deployments
  • You're trying to avoid downtime
  • You need to run some migrations before the new server code is deployed
  • You need to run other migrations after the new server code is deployed

via https://fosstodon.org/@CodenameTim/111059909030116325

200
view more: ‹ prev next ›