paulox, to random
@paulox@fosstodon.org avatar

Iuri de Silvio is presenting the talk "Caching everywhere" at the DjangoCon Europe 2023 in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿🦄🚀

#DjangoConEuroppe #DjangoCon #Django #Caching #Memoization

CC @djangoconeurope

https://pretalx.com/djangocon-europe-2023/talk/8NWSNF/

paulox, to random
@paulox@fosstodon.org avatar

Alex Henman is presenting the talk "Beyond faceted search" at the DjangoCon Europe 2023 in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿🦄🚀

#DjangoConEuroppe #DjangoCon #Django #FacetedSearch #FullTextSearxh

CC @djangoconeurope

paulox, to random
@paulox@fosstodon.org avatar

Mark Smith is welcoming people to the second day of the DjangoCon Europe 2023 in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿🦄🚀

#DjangoCon #DjangoConEurope #Django #conference #edinburgh #scotland

CC @djangoconeurope @judy2k

paulox, to accessibility
@paulox@fosstodon.org avatar

Lauren Parsons is presenting the talk "Django Accessibility for Everyone" at the DjangoCon Europe 2023 in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿🦄🚀

#DjangoConEuroppe #DjangoCon #Django #Accessibility #a11y

CC @djangoconeurope

https://pretalx.com/djangocon-europe-2023/talk/GYAPXW/

paulox, to random
@paulox@fosstodon.org avatar

Mario de la Ossa is presenting the talk "A Beginners Guide to Security Exploits in Action" at the DjangoCon Europe 2023 in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿🦄🚀

#DjangoConEuroppe #DjangoCon #django #security #exploits

CC @djangoconeurope

https://pretalx.com/djangocon-europe-2023/talk/9N97WM/

jkariscodes, to random

You should concentrate on a few essential ideas as a beginning studying Django in order to establish a strong foundation. It's crucial to remember that learning Django entails building projects. You will be able to practice these ideas and become proficient in Django development by following tutorials, reviewing the official documentation, and working on small projects. 😀
#webdevelopment #django #pythonprogramming #backenddevelopment

image/jpeg
image/jpeg

paulox, to random
@paulox@fosstodon.org avatar

Nik Haldimann is presenting the talk "Model-View-Controller (MVC) through the ages and in Django" at the DjangoCon Europe 2023 in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿🦄🚀

#DjangoConEuroppe #DjangoCon #django #mvc

CC @djangoconeurope

https://pretalx.com/djangocon-europe-2023/talk/VXMKTG/

paulox, to programming
@paulox@fosstodon.org avatar

We (Charlton Gibson @carlton , Aaron Basset @aaronbassett , Cheuk Ho @cheukting_ho and I) are taking off from Florence to Edinburgh for DjangoCon Europe 2023 @djangoconeurope 🏴󠁧󠁢󠁳󠁣󠁴󠁿

We've spent the last days at PyCon Italia @pycon 🇮🇹

See you all there 👋

#PyConIT #PyCon #DjangoCon #PyConItalia #DjangoConEurope #Python #Django #Florence #Edinburgh

lutrasecurity, to infosec

Sometimes all it takes is a little copy and paste. That's why in this article we won't focus on password policies in general, but rather give you a reasonable default for Django with all the explanations you need to customize it for your project.

https://lutrasecurity.com/en/articles/django-password-validation/

simeon, to random
@simeon@indiehackers.social avatar

Current #Django state: trying to stay content with using __in=subquery (which works) vs. spending more time figuring out how to retrieve the same information by following foreign keys.

felixxm, to opensource
@felixxm@fosstodon.org avatar

We have 4 new Django contributors 🎉 🤩 A warm welcome to Arthur, Andrii, Mohit, and gtleee 🎁 🤗 It was a good day 🧘 💚 #django #opensource

unicorn, to javascript
@unicorn@fosstodon.org avatar

#introduction

Unicorn adds reactive component functionality to your #Django templates without having to learn a new templating language or fight with complicated #JavaScript frameworks.

Start creating a modern web experience with Django today!

https://www.django-unicorn.com/

adamghill, to programming

I've still been working on Unicorn, but it's been a while since there was a new release. But, there are lots of fixes in 0.51.1 to make building interactive Django websites even more magical! ✨

🦄

#django #python #html #javascript #ajax

carlton, to random
@carlton@fosstodon.org avatar

I've likely said this about 20 times this week but, it's just SO exciting to see folks starting to pick up Django 4.2 async streaming responses 🤩 #django

danjac, to random
@danjac@masto.ai avatar

This looks delightfully simple: hooking up SSE events with StreamingHttpResponse and LISTEN/NOTIFY

https://valberg.dk/django-sse-postgresql-listen-notify.html

danjac,
@danjac@masto.ai avatar

And got something working (simple chatrooms app):

https://github.com/danjac/dissonance

It uses the HTMX SSE extension to handle events generated using PostgreSQL LISTEN/NOTIFY.

The result is a bit hacky but it works...while I had to deal with the usual head-scratching over async, it's much simpler than the usual channels/redis setup.

benjaoming, to random
@benjaoming@social.data.coop avatar

Very awesome 🕶️ @valberg wrote up a super blog post about using the new StreamingHttpResponse in #Django 4.2, combined with async psycopg3 and #postgresql's "LISTEN/NOTIFY" to have async real time events!

This feels like the start of something big!

https://valberg.dk/django-sse-postgresql-listen-notify.html

CC: @carlton

djangoconeurope, to random
@djangoconeurope@fosstodon.org avatar

Stickers have arrived! So. Many. Stickers.
(Plus some special Scottish ones that you'll just have to wait to see in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿 🦄)
#django #djangoconeurope

carlton, to random
@carlton@fosstodon.org avatar

Current status: Doing Really Bad Things™ to the Django Template Language — I'm kind of enjoying it 😜 #django

trey, to random

Getting ready to share my new project with the world. Do you know anybody who would be into this?

https://blaze.horse/

#Django #ProgressiveEnhancement

meshy, to programming

I've just released django-schema-graph v3! 🎉

It now has an improved graph-editor, better support for proxy-models, and fewer bugs...hopefully.

You can find it at https://github.com/meshy/django-schema-graph

#django #python #opensource

pythonbynight, to programming
@pythonbynight@fosstodon.org avatar

Over on the Awesome-PyHAT discussion, just learned about Django Requests Tracker, which uses some htmx under the hood and builds upon the already great Django Debug Toolbar.

It's mainly geared toward Django API development, but provides similar info on requests, responses, SQL queries, headers, settings, and more...

It has very sleek search, sorting, and filtering options (see the vid in the readme), all hypermedia driven.

Check it out!

https://github.com/bensi94/Django-Requests-Tracker/



valberg, to random
@valberg@social.data.coop avatar

I've just written a async view returning a StreamingHttpResponse which streams the results of PostgreSQL LISTEN/NOTIFY messages as Server Sent Events. The future is now, using old tech. All thanks to Django 4.2 and psycopg 3 🫶

valberg,
@valberg@social.data.coop avatar

And now I've "just" written a blog post about writing a small chat application in Django 4.2 using async StreamingHttpResponse, Server-Sent Events and PostgreSQL LISTEN/NOTIFY. All feedback is welcome: https://valberg.dk/django-sse-postgresql-listen-notify.html #django #postgresql #async

felixxm, to programming
@felixxm@fosstodon.org avatar

Thanks to Lily Foote @lilyf 🎁 🎆 for a humongous effort working on database defaults in Django 5.0! 🎉 18 years after the ticket was created 🧓 Django 5.0 supports database defaults 🌟

.. and we still have 4 months to the Django 5.0 feature freeze 🔥

#django #python #opensource

https://github.com/django/django/commit/7414704e88d73dafbcfbb85f9bc54cb6111439d3

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines