nanorepublica, to django
@nanorepublica@indiehackers.social avatar

📣 Context Processors in 100 words
📄 What they are and when you might want one
🔗 https://softwarecrafts.co.uk/100-words/day-105
,,

wagtail, to django
@wagtail@fosstodon.org avatar

As a part of our Wagtail Space month, we invited members of our global community to submit virtual talks highlighting some of the awesome things they've done with a Wagtail.

Our first virtual talk features something everyone can relate to: the weather.

https://www.youtube.com/watch?v=rtuN92AbRWA

foxmask, to django French
@foxmask@framapiaf.org avatar
wolframkriesing, to django
@wolframkriesing@mastodontech.de avatar

Why is it that python code always feels like it needs way less indentation and feels like the logic can be implemented much simpler. Or is it that makes this feel like it.

offby1, to django
@offby1@wandering.shop avatar

I have a possibly obvious-to-experts question: is there a supported way for a Django “app" to depend on other apps, and implicitly "install" them?

nanorepublica, to django
@nanorepublica@indiehackers.social avatar

📣 Don't use pgAdmin (or similar tools)
📄 Know what Django provides before reaching for extra tools
🔗 https://softwarecrafts.co.uk/100-words/day-104
,,,

wagtail, to django
@wagtail@fosstodon.org avatar

Hello Folks! We have a whole month of awesome events to look forward to, including two Wagtail Space events in Europe and the US. Check out this blog post to get the full rundown on where folks from the Wagtail community are going to be hanging out together this June! https://wagtail.org/blog/to-wagtail-space-and-beyond-a-month-of-live-wagtail-events/

#wagtailcms #Django

djpeacher, to django
@djpeacher@fosstodon.org avatar

Excited to attend @djangoconeurope for the first time this week…albeit virtually from across the Atlantic!

felixxm, to django
@felixxm@fosstodon.org avatar

I am starting my trip to Vigo 🇪🇦 so exicted to see y'all so soon 🎉🎊 #Django #djangoconeurope TOR 🚉 WAW ✈️ MAD 🚄 Vigo

blong, to django
@blong@fosstodon.org avatar

Is it reasonable to use + , and for authn and authz ? Do I need another dependency like Django ? I see tutorial authors implementing BaseAuthentication from rest_framework.authentication (eg to plug in a JavaScript frontend). Is that enough to be secure? @adamchainz @adamghill any thoughts or a boost would be a gigantic help! 🙏

mblayman, to django
@mblayman@mastodon.social avatar

🐍 Are and similar? If you want to contrast two of the biggest web frameworks, this article can help you compare the offerings. https://www.mattlayman.com/blog/2021/are-django-flask-similar/

ehmatthes, to django
@ehmatthes@fosstodon.org avatar

django-simple-deploy 0.6.5 is out.

This solidifies support for Platform.sh; multiple deployments should work, and it should work if you have multiple orgs as well.

Now the work shifts to implementing an internal plugin model. I'm really looking forward to this phase of work. :)

https://github.com/ehmatthes/django-simple-deploy/blob/main/CHANGELOG.md

djangobrew, to Podcast
@djangobrew@fosstodon.org avatar

Adam here! We are currently recording a new episode of Django Brew, but I wanted to document how (and a little bit of why!) we make this podcast. ✨

https://dev.to/adamghill/so-you-want-to-make-a-podcast-242c details our process and shows some of the behind-the-scenes work that goes into every episode. 😅

nanorepublica, to django
@nanorepublica@indiehackers.social avatar

Hey folks,

I have availability for a new client. I specialise in as backend and can deal with any frontend. Or if nothing exists I am quite happy to come in a build something from scratch.

I work on a fractional/part-time basis.

Drop me a line or book a call via my site (see my profile)

mblayman, to django
@mblayman@mastodon.social avatar

🚀 On this Riffs episode, we dig into deployment and some things to consider before making a Django site live on the internet. https://djangoriffs.com/episodes/go-live-deployment

bbelderbos, to django
@bbelderbos@fosstodon.org avatar

Interesting: 5.1 ships with the new LoginRequiredMiddleware which "redirects all unauthenticated requests to a login page." 💡

This makes sense if most of your views require authentication. Now you can add login_not_required() to the few that don't require auth. 📈

danielquinn, to django
@danielquinn@mastodon.social avatar

I've finally finished my new module, "django-cool-urls". You can use it to make sure your site never has another outgoing dead link, or just to convert YouTube embeds into proper <video> tags pointing to local files.

Explanatory blog post: https://danielquinn.org/blog/django-cool-urls/

PyPI: https://pypi.org/project/django-cool-urls/

Source code: https://gitlab.com/danielquinn/django-cool-urls

Docs: https://danielquinn.gitlab.io/django-cool-urls/

It's already in use on my own site, but perhaps someone else will find it useful.

sabderemane, to django
@sabderemane@mastodon.social avatar

I know some folks were interested in adding django-csp to Django, worth to follow this post and give your thoughts if you have any:

https://forum.djangoproject.com/t/adding-csp-support-to-django/31526

pythonbynight, to django
@pythonbynight@fosstodon.org avatar

Oh Snap! Excited! I've been selected for a thing.

#Django #Djangonaut

lemeteore, to django
@lemeteore@mastodon.social avatar
felixxm, to django
@felixxm@fosstodon.org avatar

DjangoCon Europe is coming 🎉 🇪🇸 ! It's time for a family reunion 🤗 😉 buenos días con mis amigos 🍷 🥳

markwalker, to django
@markwalker@fosstodon.org avatar

Just one meeting with the designer for the @djangocms redesign and it's inspired a new take on our frontend app.

They're using django-components to avoid duplication in & out of cms content. So Fabian is looking at that same concept from a new template tag...
https://github.com/django-cms/djangocms-frontend/pull/220

adamchainz, to django
@adamchainz@fosstodon.org avatar

🆙 django-upgrade 1.18.0 is out, with support for Django 5.1 (currently in alpha) and a fixer for the argument rename in CheckConstraint:

https://github.com/adamchainz/django-upgrade?tab=readme-ov-file#django-51

ehmatthes, to random
@ehmatthes@fosstodon.org avatar

django-simple-depoy 0.6.3 is out. This fixes a bug with Platform.sh deployments, and improves consistency internally across platforms.

Also, 60+ vague exploratory issues have been trimmed to ~20 task-oriented issues.

https://github.com/ehmatthes/django-simple-deploy/blob/main/CHANGELOG.md

nanorepublica, to django
@nanorepublica@indiehackers.social avatar

📣 Django apps - a single app
📄 One app to rule them all
🔗 https://softwarecrafts.co.uk/100-words/day-100
,,,

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