Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
sloria/environs: simplified environment variable parsing
-
Getting a Django Application to 100% Coverage - Adam Johnson
-
Django to MongoDB: Djongo or Mongoengine? - 9cv9 official - Medium
-
Shawon Chowdhury (শাওন চৌধুরী)'s answer to What is the best Django tutorial? - Quora
-
Feature Checking versus Version Checking - Adam Johnson
-
Serverless Django with Zappa on AWS Lambda | Post | Coding For Entrepreneurs
-
Deploying completely serverless Django with Zappa and Aurora Serverless
-
Tutorial: Django REST with React (Django 2.0 and a sprinkle of testing)
-
JSON schema validation with Django Rest Framework | Richard Tier
-
springload/awesome-wagtail: A curated list of awesome packages, articles, and other cool resources from the Wagtail community.
A curated list of awesome packages, articles, and other cool resources from the Wagtail community. -
Deploying Wagtail CMS in Production
-
How to Add Custom Action Buttons to Django Admin | Haki Benita
-
Bullet Proofing Django Models | Haki Benita
-
Django Development with Docker Compose and Machine – Real Python
Let's look at how to containerize Django, Postgres, and Redis for local Docker development along with delivering the stack to the cloud via Docker Compose and Docker Machine. -
GraphQL on Django at JOOR - JOOR Engineering - Medium
-
Build a Rest API with Python/Django - The easiest way
-
Django News - Weekly Django news, articles, projects, and more
-
wemake-services/django-test-migrations: Test django schema and data migrations, including migrations' order
-
How to Upload Files With Django
-
Haystack - Search for Django
Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be. Haystack is BSD licensed, plays nicely with third-party apps without needing to modify the source and supports Solr, Elasticsearch, Whoosh and Xapian. -
Productionize a Machine Learning Model with a Django API
This tutorial contains 3 parts: 1. Training the ML model 2. Building the django application 3. Testing the API This is not a tutorial on machine learning. So we’ll train a model on fictional data… -
linkding - a simple bookmark service that you can host yourself (Django/Node.JS)
https://news.ycombinator.com/item?id=21872488 -
Django What is This Thing Called Love Transcription — DjangoBooks Forum
-
Modeling Polymorphism in Django With Python – Real Python
-
realpython/dockerizing-django