DjangoCon cette année ? Pas DjangoCon cette année ? 👀
Un site qui recense du contenu vidéo pour le framework python Django (développement web).
Via https://micro.webology.dev/2024/09/27/announcing-djangotv.html
Et le flux RSS !
https://djangotv.com/feeds/
django-allauth is a popular third-party package that greatly expands upon Django's built-in authentication system. It provides views and URLs for sign-up, allows for social authentication via dozens of platforms, and has a long list of custom configurations that are easily accessed. Many developers, myself included, use django-allauth in every new project.
radiac/nanodjango: Run Django models and views from a single file, and convert it to a full project.
- Write a Django site in a single file, using views, models and admin
- Run it locally or in production, or share it as a standalone script
- Automatically convert it to a full Django project when you're ready for it to grow
Pour utiliser format_html()
il faut utiliser la bonne syntaxe :
format_html("<em>{}</em>", var)
In this tutorial, we'll look at how to build server-side UI components in Django with django-viewcomponent, which can help you reuse code and keep your code clean and maintainable.
via Bearstech
This article details the differences between developing an application with Vue and Django REST Framework (DRF) versus HTMX and Django. We'll look into a simple example of how both combinations work and compare their strengths and weaknesses.
Python-related
ruff
pytest-django
pytest-cov
Core Django
python-dotenv
django-cache-memoize
django-model-utils
whitenoise
Server-side rendering
django-compressor
django-widget-tweaks
django-allauth
API
django-ninja
strawberry
Background tasks
django-q2
Running in production
gunicorn
Psycopg 2
redis + hiredis
Sentry
Related lists for Django