Load site modules...
lade...
random avatar

djangonews - Network

Posts Subscribe

[Articles] Algorithms: Learning One's LearningsUse Big O notation to choose efficient sorting in Django apps, leveraging Python's...

https://mastodon.social/@djangon...

[Articles] Algorithms: Learning One's Learnings

Use Big O notation to choose efficient sorting in Django apps, leveraging Python's built-in Timsort or Quick Sort instead of Bubble Sort to improve performance.

djangotricks.com/blog/2025/05/

21.5.2025 23:00[Articles] Algorithms: Learning One's LearningsUse Big O notation to choose efficient sorting in Django apps, leveraging Python's...
https://mastodon.social/@djangon...

Django: model field choices that can change without a database migrationUse Django 5.0 callable choices to avoid no-op migrations when...

https://mastodon.social/@djangon...

Django: model field choices that can change without a database migration

Use Django 5.0 callable choices to avoid no-op migrations when updating model field choices, though database constraints still require migrations for data integrity.

adamj.eu/tech/2025/05/03/djang

21.5.2025 22:00Django: model field choices that can change without a database migrationUse Django 5.0 callable choices to avoid no-op migrations when...
https://mastodon.social/@djangon...

[Articles] 18 Years of REVSYSRevsys marks 18 years offering Python and Django expertise, including code reviews, architectural design, cloud...

https://mastodon.social/@djangon...

[Articles] 18 Years of REVSYS

Revsys marks 18 years offering Python and Django expertise, including code reviews, architectural design, cloud migrations, Kubernetes, CI/CD, AI integration, and team training.

revsys.com/tidbits/18-years-of

21.5.2025 20:00[Articles] 18 Years of REVSYSRevsys marks 18 years offering Python and Django expertise, including code reviews, architectural design, cloud...
https://mastodon.social/@djangon...

[Sponsored Link 1] Hire Django developers without the hassle!Building a team of skilled Django developers has never been easier. Trust...

https://mastodon.social/@djangon...

[Sponsored Link 1] Hire Django developers without the hassle!

Building a team of skilled Django developers has never been easier. Trust HackSoft to help you with strategic Django team augmentation. Learn more!

hacksoft.io/solutions/django/d

21.5.2025 18:00[Sponsored Link 1] Hire Django developers without the hassle!Building a team of skilled Django developers has never been easier. Trust...
https://mastodon.social/@djangon...

[Jobs] Senior Backend Engineer https://jobs.django-news.com/476/senior-backend-engineer-wasmer/#Django #Python #Jobs #TechIsHiring

https://mastodon.social/@djangon...

[Jobs] Senior Backend Engineer

jobs.django-news.com/476/senio

21.5.2025 13:25[Jobs] Senior Backend Engineer https://jobs.django-news.com/476/senior-backend-engineer-wasmer/#Django #Python #Jobs #TechIsHiring
https://mastodon.social/@djangon...

[DSF] Simon Charette is the DSF member of the monthSimon Charette is a longtime Django contributor and community member. He served on the...

https://mastodon.social/@djangon...

[DSF] Simon Charette is the DSF member of the month

Simon Charette is a longtime Django contributor and community member. He served on the Django 5.x Steering Council and is part of the Security team and the Triage and Review team.

djangoproject.com/weblog/2025/

21.5.2025 02:00[DSF] Simon Charette is the DSF member of the monthSimon Charette is a longtime Django contributor and community member. He served on the...
https://mastodon.social/@djangon...

[New] Google Summer of Code 2025 - Django ProjectsThree projects out of many worth proposals were accepted. Improvements to Django admin,...

https://mastodon.social/@djangon...

[New] Google Summer of Code 2025 - Django Projects

Three projects out of many worth proposals were accepted. Improvements to Django admin, adding django-template-partials to core, and automating processes in the Django contribution workflow.

summerofcode.withgoogle.com/pr

20.5.2025 23:00[New] Google Summer of Code 2025 - Django ProjectsThree projects out of many worth proposals were accepted. Improvements to Django admin,...
https://mastodon.social/@djangon...

REVSYS specializes in seamlessly integrating powerful AI technologies, including GPT-4, into your existing Django applications. Your Django...

https://mastodon.social/@djangon...

REVSYS specializes in seamlessly integrating powerful AI technologies, including GPT-4, into your existing Django applications. Your Django project deserves modern, intelligent features that enhance user engagement and streamline content workflows.

revsys.com/services/django/ai/

16.5.2025 20:00REVSYS specializes in seamlessly integrating powerful AI technologies, including GPT-4, into your existing Django applications. Your Django...
https://mastodon.social/@djangon...

[Sponsored Link 2] Sponsor Django News #djangonewshttps://django-news.com/sponsorship

https://mastodon.social/@djangon...

[Sponsored Link 2] Sponsor Django News

django-news.com/sponsorship

16.5.2025 14:00[Sponsored Link 2] Sponsor Django News #djangonewshttps://django-news.com/sponsorship
https://mastodon.social/@djangon...

Our Google Summer of Code 2025 contributors https://www.djangoproject.com/weblog/2025/may/16/our-google-summer-of-code-2025-contributors/

https://mastodon.social/@djangon...

Our Google Summer of Code 2025 contributors djangoproject.com/weblog/2025/

16.5.2025 11:58Our Google Summer of Code 2025 contributors https://www.djangoproject.com/weblog/2025/may/16/our-google-summer-of-code-2025-contributors/
https://mastodon.social/@djangon...

📰 New newsletter: Django News -  Django News is at PyCon US this weekend! - May 16th 2025 https://django-news.com/issues/285#Python...

https://mastodon.social/@djangon...

📰 New newsletter: Django News -  Django News is at PyCon US this weekend! - May 16th 2025

django-news.com/issues/285

16.5.2025 10:00📰 New newsletter: Django News -  Django News is at PyCon US this weekend! - May 16th 2025 https://django-news.com/issues/285#Python...
https://mastodon.social/@djangon...

[Articles] A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango...

https://mastodon.social/@djangon...

[Articles] A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information from images.

paulox.net/2025/04/11/maps-wit

16.5.2025 02:00[Articles] A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango...
https://mastodon.social/@djangon...

[Articles] GeoDjango: PostgreSQL Triggers for GeoJSON HandlingUtilize django-pgtrigger and PostgreSQL JSON functions to auto-populate...

https://mastodon.social/@djangon...

[Articles] GeoDjango: PostgreSQL Triggers for GeoJSON Handling

Utilize django-pgtrigger and PostgreSQL JSON functions to auto-populate GeoDjango MultiPolygonField from GeoJSON stored in a JSONField on insert or update.

15.5.2025 23:00[Articles] GeoDjango: PostgreSQL Triggers for GeoJSON HandlingUtilize django-pgtrigger and PostgreSQL JSON functions to auto-populate...
https://mastodon.social/@djangon...

[Articles] What IS a Django App?Django apps encapsulate modular, reusable subsystems within projects, improving code organization,...

https://mastodon.social/@djangon...

[Articles] What IS a Django App?

Django apps encapsulate modular, reusable subsystems within projects, improving code organization, testability, admin interface clarity, and simplifying transitions to microservices.

revsys.com/tidbits/what-is-a-d

15.5.2025 20:00[Articles] What IS a Django App?Django apps encapsulate modular, reusable subsystems within projects, improving code organization,...
https://mastodon.social/@djangon...

[Articles] pre-commit: install with uvUse uv tool mechanism to install and manage pre-commit globally, accelerating Python hook installs,...

https://mastodon.social/@djangon...

[Articles] pre-commit: install with uv

Use uv tool mechanism to install and manage pre-commit globally, accelerating Python hook installs, upgrades, and Django project Git hook workflows.

adamj.eu/tech/2025/05/07/pre-c

15.5.2025 18:00[Articles] pre-commit: install with uvUse uv tool mechanism to install and manage pre-commit globally, accelerating Python hook installs,...
https://mastodon.social/@djangon...

Our new accessibility statement https://www.djangoproject.com/weblog/2025/may/15/our-new-accessibility-statement/

https://mastodon.social/@djangon...

Our new accessibility statement djangoproject.com/weblog/2025/

15.5.2025 14:04Our new accessibility statement https://www.djangoproject.com/weblog/2025/may/15/our-new-accessibility-statement/
https://mastodon.social/@djangon...

[Videos] "Djangonaut Space: A Mentorship Program For Open Source" - LilianDjangonaut Space is a mentorship program that bridges...

https://mastodon.social/@djangon...

[Videos] "Djangonaut Space: A Mentorship Program For Open Source" - Lilian

Djangonaut Space is a mentorship program that bridges the gap between new contributors and long-time maintainers, helping sustain Django’s ecosystem.

youtube.com/watch?v=U1iHZGiqeJw

15.5.2025 14:00[Videos] "Djangonaut Space: A Mentorship Program For Open Source" - LilianDjangonaut Space is a mentorship program that bridges...
https://mastodon.social/@djangon...

DjangoCon Europe and beyond https://www.djangoproject.com/weblog/2025/may/14/djangocon-europe-and-beyond/

https://mastodon.social/@djangon...

DjangoCon Europe and beyond djangoproject.com/weblog/2025/

15.5.2025 04:58DjangoCon Europe and beyond https://www.djangoproject.com/weblog/2025/may/14/djangocon-europe-and-beyond/
https://mastodon.social/@djangon...

[Events] DjangoCon Africa Tickets now availableDjangoCon Africa is August 11th-15th in Arusha, Tanzania. Early bird tickets are available...

https://mastodon.social/@djangon...

[Events] DjangoCon Africa Tickets now available

DjangoCon Africa is August 11th-15th in Arusha, Tanzania. Early bird tickets are available for a limited time, so don't miss out on the special rates.

2025.djangocon.africa/en/ticke

15.5.2025 02:00[Events] DjangoCon Africa Tickets now availableDjangoCon Africa is August 11th-15th in Arusha, Tanzania. Early bird tickets are available...
https://mastodon.social/@djangon...

[Articles] DjangoCon Europe 2025 ReviewThe review highlights keynotes, DSF board Q&A, networking opportunities, lightning talks, and...

https://mastodon.social/@djangon...

[Articles] DjangoCon Europe 2025 Review

The review highlights keynotes, DSF board Q&A, networking opportunities, lightning talks, and community engagement at DjangoCon Europe 2025 in Dublin.

foxleytalent.com/blog/djangoco

14.5.2025 23:00[Articles] DjangoCon Europe 2025 ReviewThe review highlights keynotes, DSF board Q&A, networking opportunities, lightning talks, and...
https://mastodon.social/@djangon...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️