#djangonews search results
[Projects] wsvincent/djangoforai Django + local LLM + server side events + HTMX demo. As presented during DjangoCon US 2025 talk. #djangonews github.com/wsvincent/djan…
[Podcasts] Django Chat #189: Django 20 Years Later with Adrian Holovaty Adrian is one of the original creators of Django and we discussed everything from initial design decisions with twenty years of hindsight, why modern JavaScript is... #djangonews djangochat.com/episodes/djang…
djangochat.com
Django Chat
[Videos] Guido van Rossum discusses Python's role in the AI era, TypeAgent and typing tools like Pyright, and AI coding workflows with VS Code and Copilot. There are some nice Django and DjangoCon US shoutouts here. #djangonews youtube.com/watch?t=1s&v=c…
youtube.com
YouTube
The future of Python and AI with Guido van Rossum
[Videos] PyBay 2025 - YouTube PyBay 2025 features talks on Python tooling, robust testing, typing, async performance, LLM integration, and data validation relevant to Django backends. #djangonews youtube.com/playlist?list=…
[Events] Behind the Curtain as a Conference Chair Chairing DjangoCon US 2025 taught that effective leadership means creating and holding welcoming spaces for community, volunteers, and speakers to collaborate and thrive. #djangonews caktusgroup.com/blog/2025/11/1…
[Django Fellow Report] Django Fellow Report - Jacob This week we landed the JSONNull expression I mentioned last week. We also landed a follow-up to the database delete behavior feature to add support in inspectdb. #djangonews forum.djangoproject.com/t/django-fello…
[Articles] django-deadcode: idea to release in under 2 hours django-deadcode was prototyped and published in about two hours using Agent OS and Claude to analyze Django projects for removable dead code. #djangonews softwarecrafts.co.uk/100-words/day-…
Preserving referential integrity with JSON fields and Django Adds referential integrity for model references stored in JSONField within Django by registering model links and enforcing on_delete protection using django-json-schema-editor. #djangonews 406.ch/writing/preser…
[News] LAST DAY! Support the Django Software Foundation by buying PyCharm at a 30% Discount You can get 30 percent off PyCharm Pro and 100% goes to the DSF. #djangonews jetbrains.com/pycharm/promo/…
[Articles] Django Admin Deux: Bringing Django's Admin Back to Django Django Admin Deux is a proof of concept admin built on Django generic class-based views, plugin-first architecture, and action-based CRUD. #djangonews emma.has-a.blog/articles/djang…
[Sponsored Link 1] Peace of Mind for Your Django Projects Great code doesn’t keep you up at night. From maintenance to scalability, we’ve got your Django project under control. 🧑💻 Partner with HackSoft today! #djangonews hacksoft.io/solutions/djan…
[Django Software Foundation] Django at PyCon FR 2025 Highlights from PyCon France where 27 contributors joined together in sprints, discussions of Django's direction, htmx presentations, and more. #djangonews djangoproject.com/weblog/2025/no…
[DSF] Five ways to discover Django packages New Django ecosystem page plus resources like State of Django survey, Django Packages, Awesome Django, Reddit and newsletters help developers discover third-party Django packages. #djangonews djangoproject.com/weblog/2025/no…
[News] Support the Django Software Foundation by buying PyCharm at a 30% Discount Last Day Tomorrow! You can get 30 percent off PyCharm Pro and support Django until November 19. #djangonews jetbrains.com/pycharm/promo/…
[News] “Boost Your GitHub DX” out now Boost Your GitHub DX by Adam Johnson provides practical guidance on GitHub features, gh CLI, and Actions to streamline collaboration and speed software delivery. #djangonews adamj.eu/tech/2025/11/1…
[News] Call for Proposals for DjangoCon US 2026 Website! DjangoCon US 2026 requests proposals to redesign branding, illustrations, and the 11ty and Tailwind website for Chicago, including swag, signage, and starter code. #djangonews defna.org/announcements/…
[News] Support the Django Software Foundation by buying PyCharm at a 30% Discount The Django Software Foundation’s primary fundraiser has been extended, so you can get 30 percent off PyCharm Pro and support Django until November 19. #djangonews jetbrains.com/pycharm/promo/…
[Sponsored Link 1] Peace of Mind for Your Django Projects Great code doesn’t keep you up at night. From maintenance to scalability, we’ve got your Django project under control. 🧑💻 Partner with HackSoft today! #djangonews hacksoft.io/solutions/djan…
Improving security and integrity of Python package archives PSF white paper details archive vulnerabilities undermining Python package integrity and recommends enhancing security in ZIP and tar implementations and reproducible builds. #djangonews pyfound.blogspot.com/2025/10/slippe…
[DSF] Anna Makarudze is the DSF member of the month for her dedicated leadership as Former President and Chair of DjangoCon Africa. Discover her journey and the significant contributions she has made to strengthen the Django community. #djangonews djangoproject.com/weblog/2025/oc…
Late post: Day 1 of Django Summit DELSU #DSD Video clips and pic. #djangonews #DjangoSummitDELSU #Django #Python #pythonprogramming #coding @djangoproject @hamplustech @SedenuCharles @ThePSF @Python_Dv @abraka_delsu @DelsuEye @djangogirls @TechwithTim @DeltaState @unidelagbor
[Tutorials] RealPython: Build a Blog Using Django, Vue, and GraphQL This tutorial will take you through the process of building a Django blog back end and a Vue front end, using GraphQL to communicate between them. #djangonews realpython.com/python-django-…
[Articles] Understanding Django: Per-visitor Data With Sessions A deep dive on sessions, which is a way to store visitors data that doesn't often fit well into your Django models. #djangonews mattlayman.com/understand-dja…
[Articles] How to Build a Webhook Receiver in Django by Adam Johnson A detailed look--with tests of course!--on adding a webhook receiver into a Django app. #djangonews adamj.eu/tech/2021/05/0…
[Videos] Deploying Django with Docker Compose A 2 hour guide to deploying a Django app on EC2 using Docker Compose. #djangonews youtube.com/watch?v=mScd-P…
[Design Articles] Here's What I Change on Every New TailwindCSS Project One of our favorite features of Tailwind CSS is that every website is unique and looks different. #djangonews jackmcdade.com/what-i-change-…
[Projects] rtts/djhtml: Django template indenter Think Black autoformatting, but for Django Templates. (You won't want to miss out on this.) #djangonews github.com/rtts/djhtml/
[Projects] django/djangobench Harness and benchmarks for evaluating Django's performance over time. #djangonews github.com/django/djangob…
[Articles] How to Simplify Django Migrations and Deployment Tips to avoid a common Django deployment headache. #djangonews caktusgroup.com/blog/2021/05/2…
[Podcasts] Test & Code : Python Testing 154. You need tests for your web app. And it has a database. What do you do with the database during testing? Should you use the real thing? @webology says don't mock it (most of the time). #djangonews testandcode.com/154
[Projects] nephila/django-app-enabler Autoconfigurator for django applications. #djangonews github.com/nephila/django…
[Articles] Git Cheat Sheet – 50 Git Commands You Should Know #djangonews freecodecamp.org/news/git-cheat…
[Sponsored Jobs] Senior Software Engineer (Django, React Native, GraphQL.) We're hiring engineers to help us build the future of residential living. We ❤️ Django + open source. Join us! Location: Remote (US/Canada) #djangonews boards.greenhouse.io/sugar/jobs/401…
[Articles] What is WSGI and Why Do You Need Gunicorn and Nginx in Django The wsgi dot py file is present in every Django project but not understand by all Django developers. This article covers how WSGI, Gunicorn, and Nginx work together. #djangonews apirobot.me/posts/what-is-…
[News] In accordance with our security release policy, the Django team is issuing Django 3.2.4, Django 3.1.12, and Django 2.2.24. As always, the best way to keep your Django apps secure is to update to the latest version promptly. #djangonews djangoproject.com/weblog/2021/ju…
[Articles] Automating Django application configuration A look at using django-app-enabler to automate some Django app configs. #djangonews sleepy.yaks.industries/posts/automati…
Yes, we're *still* talking about @djangocon US 2025! Check out our blog post about it (that just happened to be featured in last week's @djangonewsbot newsletter😊): caktusgroup.com/blog/2025/10/0… #Django #DjangoNews #DjangoCon #DjangoTurns20 #DjangoConUS #DjangoConUS2025 #DCUS
[Articles] Create REST API in Django Rest Framework with Token Authentication Create a Word Counter application in Django and Django Rest Framework to expose REST API endpoints with Token Authentication. #djangonews blog.learncodeonline.in/create-rest-ap…
[Sponsored Link] Want to help give feedback on the Django equivalent of Laravel Forge or Rails Hatchbox? If you're highly opinionated and enthusiastic about this area, go to bit.ly/gd-seeking-beta (notion doc) so I can get your feedback. #djangonews greendeployhq.com
Something went wrong.
Something went wrong.
United States Trends
- 1. #WWERaw 59.3K posts
- 2. Purdy 25K posts
- 3. Panthers 33.2K posts
- 4. 49ers 34.9K posts
- 5. Canales 12.3K posts
- 6. Mac Jones 4,590 posts
- 7. Penta 9,146 posts
- 8. #FTTB 4,999 posts
- 9. #KeepPounding 5,083 posts
- 10. Niners 4,999 posts
- 11. Gunther 13.5K posts
- 12. Jaycee Horn 2,559 posts
- 13. #RawOnNetflix 2,020 posts
- 14. Ji'Ayir Brown 1,170 posts
- 15. Jennings 7,423 posts
- 16. Melo 18K posts
- 17. #CARvsSF 1,230 posts
- 18. Rico Dowdle 1,518 posts
- 19. Moehrig N/A
- 20. Mark Kelly 169K posts