Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Youtube API Integration: Uploading Videos with Django | Toptal
-
The Complete Guide to Lazy Loading Images
Lazy Loading is a set of techniques in web and application development that defers the loading of resources on a page to a later point in time—when those resources are actually needed instead of loading them up front. These techniques help in improving performance, better utilization of the device’s resources and reducing associated costs. -
Sending HTML emails with embedded images from Django
-
Tutorial: Django REST with React (Django 2.0 and a sprinkle of testing)
-
How to Make React + Django Combination Work Like Magic | Sloboda studio
-
How to Use GraphQL with Django (with Example)
-
Docker + Django - Tutorial for building Docker container for a Django application
-
Merging Django ORM with SQLAlchemy for Easier Data Analysis
https://www.reddit.com/r/programming/comments/9j3dv5/tutorial_how_to_merge_django_orm_with_sqlalchemy/ -
Django With CI/CD (Docker Container & Kubernetes) # | django-docker
Deploying Python , Django Apps with Docker , Kubernetes -
Django Login/Logout Tutorial - William S. Vincent
-
Centralised logging for Django, Gunicorn and Celery using ELK Stack
-
React + Django REST framework = love - DEV Community 👩💻👨💻
-
create-django-app: Script which automates Django app creation. Inspired by create-react-app
-
How to Reset Migrations
-
Set Up Ubuntu To Serve A Django Website Step By Step
-
#9590 (CharField and TextField with blank=True, null=True saves u'' instead of null) – Django
-
django-ipfs-storage · PyPI
-
AlexHill/django-relativity: More expressive relationships for the Django ORM.
-
Django (2.1): An Introduction for Beginners - Tutorial Series
-
Harnessing the power of Django and Python to build a configurable taxonomy | Codementor
-
matthiask/django-tree-queries: Like django-cte-forest, but with explicit opt-in and less configurability
-
django-content-editor – Editing structured content — django-content-editor 1.1.3-5-g23abdd1 documentation
-
Django REST Framework 3.7 -- Classy DRF
-
Access fields in Django intermediate model - Stack Overflow
-
python - Define an order for ManyToManyField with django - Stack Overflow