Over the weekend, Daniel recorded a project introduction and contributor overview for django-tasks-scheduler with @ryancheley and me.
It's a pretty cool package that's in use in the wild and is open to new contributors. If you're looking for a place to contribute with a short feedback loop, this is a great choice!
https://github.com/django-commons/django-tasks-scheduler
The Django Commons team is looking to facilitate more of these in future! #Django #Python
Whenever I want to create a reusable #django app in order to make it open-source, to be sure I'm using the best #python toolchain and the best practices, I just go see
what @adamchainz has been doing recently. It's clean, it's up-to-date, it's reliable. Thanks Adam!
Happy Monday!
I believe that if you start the week by removing code is a good start of the week!
I learned how to leverage JWT to send encrypted data to the frontend.
And so I stripped down my system of hooks in React and also deleted completely an endpoint in Django that I was using solely to fetch user info.
Even more secure, with less code.
- https://awstip.com/mastering-django-orm-from-models-to-advanced-queries-be22ec26e8bb
-----------------------
Django ORM turns complex database queries into simple Python code. Instead of writing long SQL statements, you can use:
- Basic filters (filter(), exclude(), get()) to find exactly what you need.
- Smart optimisations (select_related(), prefetch_related()) to speed up your app.
- Handy tricks (annotate(), aggregate()) for calculations without extra code.
-------------------------------------
A web framework for building products with Python
This project is too new to really teach any of these concepts.
There's no harm in cloning a starter kit and messing around, but you aren't going to find a lot of help here if you get stuck.
My take on how manual data pre-fetching is not such a bad idea https://imn1.xyz/posts/015_django_and_manual_data_prefetch.html
#django schläft noch, daher ein Bild von gestern
Moin ihr Lieben und nen großartigen Wochenstart @all
#gutenmorgentroet #dogs #dogsofmastodon #Mastodonrudel #hunde #Leonberger #leonbergers #hund #fotografie #dog #hund #lovemydog #großehunde #lebenmithund #MastodonDogs #Fotomontag #Mondog
#nowplaying während der #abendrunde mit #django
#spliff - #Jive
Noch so ein geniales #DebutAlbum
#nowplaying während der #abendrunde mit #django
#DuranDuran - #carelessmemories
Was für ein #DebutAlbum
Die Scheibe musste bei mir fast durchsichtig sein
#nowplaying während der #abendrunde mit #django
#vanillaice - #iceicebaby
Die wohl berühmteste, geklaute #bassline eines #onehitwonder
#nowplaying während der #abendrunde mit #django
#ninahagen - #superboy
Damals wie heute. Die Stimme ist der Knaller
Chonky update to django-enum. Version 2.2 is out with much improved seamless form support for Flag enums. Thank you to @crgwbr for the help!
#nowplaying während der #abendrunde mit #django
#direstraits - #telegraphroad
Wahnsinns #Album, wie ich finde
And it's all go! Channels v4.2.2 is now available on PyPI
$ pip install -U channels
Fixes a regression in v4.2.1, because of course it does.
Nuovo video online!
In questo tutorial, vi mostro come creare una semplicissima web app con Django e PyCharm. Perfetto per chi vuole muovere i primi passi nello sviluppo web con Python!
Guardalo qui: https://youtu.be/6ovbfqLAEu0?si=NxabVQmp6V5R0M5I
L'audio di questo video è in italiano
Audio track in Italian, sorry for those who follow me in English, you should enable automatic subtitles
Maybe you can do that with "XEP-0070: Verifying #HTTP Requests via #XMPP" https://xmpp.org/extensions/xep-0070.html
There are some blog posts about it here: https://blog.agayon.be/tag/xep-0070.html
It has a #Django demo site, too, but it seems to be broken right now.