Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
axnsan12/drf-yasg: Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
-
raagin/django-streamfield: This is a simple realisation of StreamField's idea from Wagtail CMS for plain Django admin or with Grappelli skin.
-
aaronbassett/DisposableEmailChecker: Python class for use with Django to detect Disposable Emails
-
Fast SQL for Inheritance in a Django Hierarchy
-
Django for Beginners - Complete Tutorial for Django 3.1
-
How to Create a Subscription SaaS Application with Django and Stripe | SaaS Pegasus
via https://django-news.com/issues/22#start “A nice look at adding Stripe subscriptions to a Django project.” -
Django Async: What's new and what's next? | Hacker News
-
Django Async: What's new and what's next? - DeepSource
-
Surviving Django, if you care about databases | Hacker News
-
Surviving Django (if you care about databases) — Daniele Varrazzo
-
Fetching Data with AJAX and Django
-
Dynamically Add Forms in Django with Formsets and JavaScript
-
Django Views — The Right Way
-
Django Views — The Right Way
opinionated guide on how to write views in Django -
python - How can I use AWS's Dynamo Db with Django? - Stack Overflow
-
Django Stripe Tutorial | TestDriven.io
-
Django Async: What's new and what's next? | Hacker News
-
zinmyoswe/Django-Ecommerce: Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS
-
Dynamically Add Forms in Django with Formsets and JavaScript
-
Asynchronous Tasks with Django and Celery | TestDriven.io
This post looks at how to configure Celery to handle long-running tasks in a Django app. -
Django Async: What's new and what's next? - DeepSource
-
Django Async: What's new and what's next? - DeepSource
-
Django form with choices but also with freetext option? - Stack Overflow
-
How to Modernize a Django Index Definition with Zero Downtime - Adam Johnson
-
Recursive queries as QuerySets for Parent/Child relationships (self ManyToMany) in Django | by Thibaud Nesztler | Medium