Django

519 readers
1 users here now

Django Project

Django Community

Django Ecosystem

Jobs
Learning/Docs
Podcasts:
Related Fediverse communities
Feeds

founded 2 years ago
MODERATORS
151
 
 

Async Python can be useful in the right situation, but one of the tricky things about it is that it requires a bit more effort to run than normal synchronous Python, because you need an async event loop that can run and manage all your async functions.

152
153
154
155
 
 

If you're out of the loop, CCBV is a tool to help you get your head around Django's class based views.

via https://mas.to/@meshy/111601784814241558

156
157
158
159
160
161
162
163
164
 
 

lsof -i :8000 -t | xargs -t kill

Commands and options explained in the link

via https://fosstodon.org/@adamchainz/111439517350462222

165
166
5
submitted 2 years ago* (last edited 2 years ago) by norambna@programming.dev to c/django@programming.dev
167
168
169
170
171
172
 
 
173
174
175
 
 

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

view more: ‹ prev next ›