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
201
202
203
204
 
 

We are going to address performance issues in real life use cases using advanced indexing features in PostgreSQL:

  • B-Tree indexes
  • Covering indexes
  • Partial indexes
  • Function based indexes
  • Hash indexes
  • BRIN Indexes

If you are not sure what are all these index types are, this talk is for you!

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

205
206
1
Building a blog in Django (til.simonwillison.net)
submitted 2 years ago* (last edited 2 years ago) by norambna@programming.dev to c/django@programming.dev
 
 

Many Django beginners tutorials go through the process of building a blog. This is a short and comprehensive guide written by Simon Willison, co-creator of Django.

207
 
 

Website/hosted instance: https://radiofeed.app/

208
 
 

Thorugh list of skills needed by a professional Django developer.

Originally posted here.

209
210
211
1
submitted 2 years ago* (last edited 2 years ago) by jnovinger@programming.dev to c/django@programming.dev
 
 

Via https://pythonhub.dev/digest/2023-08-13/

Original Reddit post: https://www.reddit.com/r/Python/comments/15i3quv/leaky_ledger_a_fake_bank_built_with_django/

Leaky Ledger is a fake bank application that is meant to be hacked for educational purposes.

212
213
214
 
 

Via: https://fosstodon.org/@CodenameTim/110868430479477367

#Django Debug Toolbar v4.2 has been released!

Big thanks to @mgorny, WhyNotHugo and Lucidiot for their first contributions to the project!

There was a lot of SQL Panel work and a new check to inspect what content type your machine is serving JS as.

215
 
 

https://mastodon.online/@EvilDMP/110830582380590290

Today is the last day for talk/workshop proposals for DjangoCon Africa: https://cfp-2023.djangocon.africa

This is a chance to be part of something wonderful.

And why wouldn’t you come to a DjangoCon Africa? https://2023.djangocon.africa/letter-from-africa/

216
217
218
219
 
 

Great episode about Django and the Python web community.

HTMX is also one of the main topics! And I love one of the things Carlton said about it:

HTMX fits the patterns that Django wants you to use

220
221
 
 

I wrote a (very detailed) article about serving multiple Django apps from one cloud server with Digital Ocean and CapRover. I have used this setup to host 5+ sites for the past few months after transitioning away from Heroku. Let me know if you have any feedback!