Opinion On A New Django Admin Interface
https://github.com/demon-bixia/django-api-admin
Discussions: https://discu.eu/q/https://github.com/demon-bixia/django-api-admin
You've got your #Django web app ready and you're ready to show the world. This article helps you understand the important aspects of making a web app live on the internet. https://www.mattlayman.com/understand-django/deploy-site-live/
- https://adamj.eu/tech/2025/04/07/django-whats-new-5.2/#automatic-model-imports-in-the-shell
The new How to customize the shell command (https://docs.djangoproject.com/en/5.2/howto/custom-shell) documentation page covers adding extra automatic imports by defining a custom shell command override.
Here’s an example that goes beyond the docs:
Thanks @adamchainz
Is there a market for part time freelancing on django apps ?
Heute vor 8 Jahren :
Na komm, #katzchen, ich will doch nur spielen
Habt nen schönen Tag
#django #MastodonDogs #dogs #dogsofmastodon #Mastodonrudel #hunde #Leonberger #leonbergers #hund #dog #lovemydog #lebenmithund #großehunde #bigdogs #gutenmorgentroet #katze #katzen #Welpen #puppies
Last week, our amazing #Djangonauts navigated the #DjangonautSpace galaxy, sharing their experiences and lessons from contributing to #Django and other third-party packages in this session. ️
Catch the lightning talks' broadcast @ https://www.youtube.com/watch?v=hkDZ2Gzjm5A
Soooooo macht die #abendrunde mit dem Napfbefüller richtig Spaß
Sonne, nicht so warm und gleich gibt's lecker Futter
Habt nen tollen Abend
#django #MastodonDogs #dogs #dogsofmastodon #Mastodonrudel #hunde #Leonberger #leonbergers #hund #fotografie #Fotomontag #Mondog #lovemydog #lebenmithund #hunderunde #großehunde #bigdogs #dog #älterehunde
#nowplaying während der #zigarettedanach nach der #abendrunde mit #django
#frankiegoestohollywood - #isanybodyoutthere
Weniger bekannt von #fgth , aber ich liebe diesen Song
I think, I need to extend my testing infrastructure for django-tailwind-cli with a Windows machine. The lastest decision to move the default config and the CLI to a better location ended in 3 minor releases. The users encounter valid problems on Windows, that were no problem at all on macOS and Linux. Let's see if I can add this to GH actions or so.
Anyway. Just released version 4.2.3 and I hope it is stable again now.
https://github.com/django-commons/django-tailwind-cli/blob/main/CHANGELOG.md#423
On this Building SaaS with #Python and #Django, we did some template work to build a UI for the bulk task delete feature. With a bit of #htmx, we added a confirmation step to the deletion process. https://www.youtube.com/watch?v=7bTihRro5Q0
Momentarily tempted to suggest an addition to ModelForm Meta options.
Will go for a decorator instead
Well overdue update on the re-working of my bookmarking app:
https://www.mauromotion.com/posts/2025-04-07-004-delish-css-layout-backend-refactoring/
Django 5.2 came out last week, yay!
I’ve just written my round-up highlighting my favourite new features: https://adamj.eu/tech/2025/04/07/django-whats-new-5.2/
Quick highlights-of-the-highlights:
1. The shell command now imports your model classes automatically.
You can customize this with more imports.
Moin zusammen an einem sonnigen Montagmorgen nach der #Morgenrunde mit dem Napfbefüller
Habt nen entspannten Start in die Woche und lasst Euch nicht ärgern
#django #MastodonDogs #dogs #dogsofmastodon #Mastodonrudel #hunde #Leonberger #leonbergers #hund #fotografie #Fotomontag #Mondog #lovemydog #lebenmithund #großehunde #bigdogs #gutenmorgentroet #dog #hund
10 Common Django Deployment Mistakes (And How to Avoid Them)
https://medium.com/p/7ca2faac8f62
Discussions: https://discu.eu/q/https://medium.com/p/7ca2faac8f62
Why didn't I know the Django web framework began in Kansas? It's supported by volunteers internationally now-days. Does it matter? Not really, but it's Sunday, and 5.2 was just released this week. Why not read a FAQ?
https://docs.djangoproject.com/en/5.2/faq/general/#who-s-behind-this
Just pushed the code changes for proper daisyUI support for django-tailwind-cli. Some are backward incompatible. Now I have to make up my mind if I want to release it as a minor release or not.
https://github.com/django-commons/django-tailwind-cli/blob/main/CHANGELOG.md#420-unreleased
A #Django form is a powerful and concise way for users to send information to your website. Learn all about the form tools built into Django with this article. https://www.mattlayman.com/understand-django/user-interaction-forms/