Curso de Django gratuito ensina backend com Python na prática - Guia de TI

Aprenda backend com Python em um curso de Django gratuito com banco de dados, login, dashboard e CRUD completo.

Guia de TI

If you are using chroot for your gunicorn applications I’d like to chat about a few things.

#chroot #django #djangochannels
#pyconus #gunicorn

Oh, another @djangonaut recap blog post 🤩, this time from (James) Kanin Kearpimy.

https://dev.to/kaninkearpimy/321-launch-my-journey-from-zero-to-django-contributions-573i

#Django

3..2..1 Launch!: My journey from zero to Django Contributions

Though contribution sound big, its process require many tiny step composed up for single PR. I hope...

DEV Community
Django LiveView vs Phoenix LiveView: a real benchmark | Andros Fenollosa

I was curious: how does Django LiveView hold up against the original Elixir implementation when you compare them under identical conditions? Not with

But now I want to tell you about another one project. It calls as "Django Blog ✍️".

🏔️👉 https://codeberg.org/xolatgames/Django-Blog

These are my "tries" in Django now. There you can see a start page, and a blog page where you can leave your own posts. But! ☝️ These posts will stores only on your locally device. As a "backend" here uses a SQLite 🪶 database.

#django #python #python3 #sql #sqlite #sqlite3 #codeberg #opensource #html #css #pencil2d

Issue 337: Django Developers Survey 2026

Will and Jeff are at PyCon US in Long Beach, California this week. Drop by the Django Software Foundation booth or the JetBrains booth and say hello. News...

Django News Newsletter

Had a goofy idea to see if a #Django database router could create a #SQLite database per logged-in user.

Feels like sort of an extreme approach to multi-tenancy. Also makes GDPR dead simple: just delete the user’s database file.

Changing the schema across all files might be… challenging maybe? Unless running migrations over all files would just work?

Welcome to the fediverse @jacobtylerwalls #django #pyconus

Just under a week until the next #django social in #cambridge !

We're having lunch at the beer festival (& maybe a drink or 2!)

RSVP below so we know to look out for you!

https://luma.com/y6t94m6o

Django & The Beer Festival · Luma

It's May in Cambridge, which can only mean a few things, sunnier weather is upon us and the Beer Festival is just around the corner! Let's go for lunch and a…

Every time I look at import time graphs for Django projects (especially with DRF), I get sad. Startup could be so much fasterrrr

#django