mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9K
active users

#django

77 posts61 participants1 post today
Will Vincent<p><span class="h-card" translate="no"><a href="https://indieweb.social/@adamghill" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>adamghill</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@djangonews" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>djangonews</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@_chrismay" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>_chrismay</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@carlton" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>carlton</span></a></span> uh huh. "New and fast" sounds good. So does a modern-looking website and marketing effort. <a href="https://fosstodon.org/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> could learn a lot here. Things are improving, but, still more to do.</p>
Fundor333<p>And now after I can read a <a href="https://mastodon.social/tags/barcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>barcode</span></a> or <a href="https://mastodon.social/tags/qrcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>qrcode</span></a> with <a href="https://mastodon.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a> and I can write a pdf from <a href="https://mastodon.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a> (using <a href="https://mastodon.social/tags/reportlab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>reportlab</span></a> ) I coded in <a href="https://mastodon.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a> a <a href="https://mastodon.social/tags/barcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>barcode</span></a> label's pdf for storage.</p><p>In the near future I post some code about this stuff with <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a> and <a href="https://mastodon.social/tags/reportlab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>reportlab</span></a></p>
Peluche Cero<p>After being away for a few weeks it's good ti see we're all spending our Sunday <a href="https://xarxa.cloud/tags/knitting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>knitting</span></a><br>Pattern: Diagonal Baby Blanket<br>Yarn: Sandnes Garn Duo in Coral Brick<br>Model: <a href="https://xarxa.cloud/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> 🐱</p>
adamghill<p>I'd much rather add a templatetag to `TEMPLATES.OPTIONS.builtins` in `settings.py` once, instead of putting `{% load ... %}` in every <a href="https://indieweb.social/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> template.</p><p>Specifying the tag in a template might be more explicit, but this is one place where I don't think it's worth the hassle.</p>
adamghill<p><span class="h-card" translate="no"><a href="https://mastodon.social/@djangonews" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>djangonews</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@_chrismay" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>_chrismay</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@carlton" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>carlton</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@wsvincent" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>wsvincent</span></a></span> I built/support a few <a href="https://indieweb.social/tags/FastAPI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FastAPI</span></a> applications in prod, my $0.02:</p><p>1. Focus on one explicit use case. No templates, no ORM, etc. so the surface area/ramp up much smaller than Django.<br>2. Defined happy paths, less analysis paralysis.<br>3. I personally feel that all-async is a little overblown, but others obviously don't. Plus, “the fastest x” is always good marketing.<br>4. Ride the AI boom.</p><p>TBH, I think <a href="https://indieweb.social/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> can learn from some of this. 😅</p>
adamghill<p>Just published 0.39.0 of Coltrane, my minimal app framework for content sites. 🎶</p><p>This release includes a fix for the `to_html` template filter which provides a way to convert markdown into HTML in the template.</p><p>For example, I wanted to support markdown for a profile's description and now I can by adding `|to_html` to the end of a template variable.</p><p><a href="https://indieweb.social/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> <a href="https://indieweb.social/tags/markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>markdown</span></a> <a href="https://indieweb.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://indieweb.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a></p>
Wagtail<p>There is a poster by <span class="h-card" translate="no"><a href="https://fosstodon.org/@thibaudcolas" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>thibaudcolas</span></a></span> and <span class="h-card" translate="no"><a href="https://mstdn.social/@vincesalvino" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>vincesalvino</span></a></span> on building low-carbon websites with Wagtail and Django in today's <a href="https://fosstodon.org/tags/PyConUS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyConUS</span></a> poster session! Come by and ask Vince all your questions!</p><p><a href="https://fosstodon.org/tags/PyConUS2025" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyConUS2025</span></a> <a href="https://fosstodon.org/tags/Wagtail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wagtail</span></a> <a href="https://fosstodon.org/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> <a href="https://fosstodon.org/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a></p>
Cinegenres<p>𝐋a 𝐒éance du 𝐒oir</p><p>𝐃𝐣𝐚𝐧𝐠𝐨 𝐔𝐧𝐜𝐡𝐚𝐢𝐧𝐞𝐝 en 2012</p><p>*Tarantino nous plonge dans l'histoire de Django un esclave, libéré par le Docteur Schulz pour devenir chasseur de primes et retrouvé sa femme...</p><p><a href="https://mastodon.social/tags/DjangoUnchained" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DjangoUnchained</span></a> <a href="https://mastodon.social/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> <a href="https://mastodon.social/tags/QuentinTarantino" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>QuentinTarantino</span></a> <a href="https://mastodon.social/tags/JamieFoxx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JamieFoxx</span></a> <a href="https://mastodon.social/tags/ChristophWaltz" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ChristophWaltz</span></a> <br><a href="https://mastodon.social/tags/LeonardoDiCaprio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LeonardoDiCaprio</span></a> <a href="https://mastodon.social/tags/SamuelLJackson" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SamuelLJackson</span></a> <a href="https://mastodon.social/tags/KerryWashington" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KerryWashington</span></a> <a href="https://mastodon.social/tags/Western" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Western</span></a> <a href="https://mastodon.social/tags/WesternSpaghetti" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WesternSpaghetti</span></a> <br><a href="https://mastodon.social/tags/histoire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>histoire</span></a> <a href="https://mastodon.social/tags/history" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>history</span></a> <a href="https://mastodon.social/tags/classic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>classic</span></a> <a href="https://mastodon.social/tags/cinema" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cinema</span></a> <a href="https://mastodon.social/tags/films" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>films</span></a> <a href="https://mastodon.social/tags/culte" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>culte</span></a> <a href="https://mastodon.social/tags/cinegenres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cinegenres</span></a> <a href="https://mastodon.social/tags/vid%C3%A9oth%C3%A8queid%C3%A9ale" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vidéothèqueidéale</span></a> </p><p>𝐅ilm 𝐂omplet:<br><a href="https://cinegenres.com/film-de-la-soiree/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cinegenres.com/film-de-la-soir</span><span class="invisible">ee/</span></a></p>
LLMs<br><br><a href="https://www.freelancer.com/projects/python/OpenAI-Replit-Setup-with-Flask.html" rel="nofollow noopener noreferrer" target="_blank">https://www.freelancer.com/projects/python/OpenAI-Replit-Setup-with-Flask.html</a><br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Django" target="_blank">#Django</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Git" target="_blank">#Git</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/PHP" target="_blank">#PHP</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Python" target="_blank">#Python</a><br><br><a href="https://awakari.com/pub-msg.html?id=9voPcrZJ8sD3mMcOR2v0MUj191M&amp;interestId=LLMs" rel="nofollow noopener noreferrer" target="_blank">Result Details</a>
Fundor333<p>Re-reading <a href="https://spellbookpress.com/books/temple-of-django-database-performance/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">spellbookpress.com/books/templ</span><span class="invisible">e-of-django-database-performance/</span></a> , a <a href="https://mastodon.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a> book with <a href="https://mastodon.social/tags/dnd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dnd</span></a> example. I need some code and I love the art works.</p><p>I suggest as reading</p>
Kushal Das :python: :tor:<p>Min första presentation på <a href="https://toots.dgplug.org/tags/svenska" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>svenska</span></a> <a href="https://kushaldas.se/min-forsta-presentation-pa-svenska" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">kushaldas.se/min-forsta-presen</span><span class="invisible">tation-pa-svenska</span></a> <a href="https://toots.dgplug.org/tags/sverige" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sverige</span></a> <a href="https://toots.dgplug.org/tags/sweden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sweden</span></a> <a href="https://toots.dgplug.org/tags/sunet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sunet</span></a> <a href="https://toots.dgplug.org/tags/ltu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ltu</span></a> <span class="h-card" translate="no"><a href="https://fosstodon.org/@django" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>django</span></a></span> <a href="https://toots.dgplug.org/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a> <a href="https://toots.dgplug.org/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a></p>
Meagen Voss<p>I'm so glad I decided to go to the <a href="https://fosstodon.org/tags/PyLadies" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyLadies</span></a> auction at <a href="https://fosstodon.org/tags/PyConUS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyConUS</span></a> tonight! It was SO much fun! I spent some time with old friends and made a bunch of new ones too.</p><p>Also, I am very glad that <span class="h-card" translate="no"><a href="https://fosstodon.org/@wagtail" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>wagtail</span></a></span> got to be part of the famous "pen" grab bag lot that raised $2.1K for PyLadies! I loved how everyone in the room jumped in to contribute to the pile of loot that helped PyLadies reach their fundraising goal for the evening.</p><p>Such a fun time! 10 out of 10 would do again!</p><p><a href="https://fosstodon.org/tags/PyConUS2025" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyConUS2025</span></a> <a href="https://fosstodon.org/tags/Wagtail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wagtail</span></a> <a href="https://fosstodon.org/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a></p>
Jim Winstead<p>In <a href="https://mefi.social/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a>, I want to a filter on a ModelAdmin that lets the user pick the value(s) to filter by using a Select2-style autocomplete field. I know all of the basic components are in Django to do this, but (my so-far limited) poking around hasn't found a way to pull them together in this way.</p><p>(I do like working with Django. But sometimes it feels like there's just something about its composability that hasn't clicked for me.)</p>
Peter :nonazis: :fckafd:<p><a href="https://nrw.social/tags/nowplaying" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nowplaying</span></a> während der <a href="https://nrw.social/tags/abendrunde" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>abendrunde</span></a> mit <a href="https://nrw.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a><br><a href="https://nrw.social/tags/EltonJohn" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EltonJohn</span></a> - Song for guy<br>Ich glaube, das war das erste Mal das ich ihn bewußt wahr genommen habe<br>Später habe ich dann festgestellt, daß ich schon ne Menge von ihm kannte<br>Toller <a href="https://nrw.social/tags/Song" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Song</span></a> mit tragischem Hintergrund und großer Geste von <a href="https://nrw.social/tags/EltonJohn" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EltonJohn</span></a></p>
Peter :nonazis: :fckafd:<p><a href="https://nrw.social/tags/nowplaying" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nowplaying</span></a> während der <a href="https://nrw.social/tags/abendrunde" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>abendrunde</span></a> mit <a href="https://nrw.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a><br><a href="https://nrw.social/tags/pinkfloyd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pinkfloyd</span></a> - <a href="https://nrw.social/tags/dogs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dogs</span></a><br>Wie passend 😉</p>
Wagtail<p>Join us and <span class="h-card" translate="no"><a href="https://fosstodon.org/@django" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>django</span></a></span> TODAY at <a href="https://fosstodon.org/tags/PyConUS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyConUS</span></a> for a Web Dev Tools meetup! We'll be meeting in room 318 at 3:00 pm. Come share your favorite tools for building websites with Python!</p><p><a href="https://fosstodon.org/tags/Wagtail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wagtail</span></a> <a href="https://fosstodon.org/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> <a href="https://fosstodon.org/tags/PyConUS2025" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyConUS2025</span></a> <a href="https://fosstodon.org/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a></p>
Python Weekly 🐍<p>I built a full-stack Smart Pet Tag Platform with Django, NFC, and QR code scanning</p><p><a href="https://www.smarttagplatform.com" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">smarttagplatform.com</span><span class="invisible"></span></a></p><p>Discussions: <a href="https://discu.eu/q/https://www.smarttagplatform.com" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://www.smartta</span><span class="invisible">gplatform.com</span></a></p><p><a href="https://mastodon.social/tags/django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>django</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a></p>
Fundor333<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@CodenameTim" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>CodenameTim</span></a></span> <a href="https://mastodon.social/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> After coding QRCode/Barcode reading (<a href="https://fundor333.com/post/2022/django-with-barcode-and-qrcode/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fundor333.com/post/2022/django</span><span class="invisible">-with-barcode-and-qrcode/</span></a>) i now implementing the creation of A4 paper full of barcode</p>
Tim Schilling<p>I've been pushing for more mentorship in the <a href="https://fosstodon.org/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a> community for a while. I think an approachable step we can take today is holding more small group meetups.</p><p><a href="https://www.better-simple.com/django/2025/05/17/mentorship-in-django/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">better-simple.com/django/2025/</span><span class="invisible">05/17/mentorship-in-django/</span></a></p>
Carlton Gibson 🇪🇺<p>Finally! Got my write up of my talk <span class="h-card" translate="no"><a href="https://fosstodon.org/@djangoconeurope" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>djangoconeurope</span></a></span> done! 😅 <br>"How we make decisions in Django" 🦄</p><p><a href="https://buttondown.com/carlton/archive/how-we-make-decisions-in-django/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">buttondown.com/carlton/archive</span><span class="invisible">/how-we-make-decisions-in-django/</span></a> <a href="https://fosstodon.org/tags/StackReport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>StackReport</span></a> <a href="https://fosstodon.org/tags/Django" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Django</span></a></p>