Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Create Modern Applications with Django and Vue.js - Learn Here
-
Django in Production - From Zero to Hero - Part-4
In screencast we learn how to setup ansible role for database/PostgreSQL. -
How to Reset Migrations
-
jdugan1024/django-kiosk: A simple web based kiosk for touch screens
-
Django admin 一些有用的设置 - 无名小妖 - 博客园
-
gothinkster/realworld: "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
-
Making your Django app faster : django
News and discussion about the Django web framework. -
gothinkster/realworld: "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
-
How to Disallow Auto-named Django Migrations - Adam Johnson
-
JonasKs/django-guid: Inject a GUID (Correlation-ID) into every log message in a Django request.
-
Django GUID
Django GUID stores a GUID to an object, making it accessible by using the ID of the current thread. The GUID is accessible from anywhere within the application throughout a request, allowing us to inject it into the logs. -
Twitter
RT @CodingGrace: Just pre-ordered “#Django Crash Course: Covers #Python 3.8 and Django 3.x” by @pydanny & @audreyr from… -
Production-ready Docker packaging
Your guide to creating production-ready Docker images. -
Django in Production - From Zero to Hero - Part-1
In this lesson we focus on automation. In a couple of minutes you will learn everything you need about Ansible and how to use it to automate installation and configuration of nginx. -
Full text search with Postgres and Django | Variables and Observations
Being one of the most fundamental problems in computer science, occupying the first half of Volume 3 of Donald Knuth’s classic work The Art of Computer Programming, it would seem fair to assume that by 2017 search would be mainly a done deal. But search is still hard. General purpose algorithms may perform decently in the average case, but what constitutes decent performance may not scale well enough to meet user demands. Unless you’re building a search engine, you are probably no... -
Safely Including Data for JavaScript in a Django Template - Adam Johnson
-
7 Vue.js Backends Compared - Vue.js Developers
-
Build an App with VueJS and Django Part One ― Scotch.io
-
Welcome to wemake-django-template’s documentation! — wemake-django-template documentation
-
MLJAR Studio - Interactive Computing Platform for Humans - Low code Jupyter Notebook alternative with dashboards
https://news.ycombinator.com/item?id=22383275 -
Implementing faceted search with Django and PostgreSQL
I’ve added a faceted search engine to this blog, powered by PostgreSQL. It supports regular text search (proper search, not just SQL“like” queries), filter by tag, filter by date, filter by content type (entries vs blogmarks vs quotation) and any combination of the above. Some example searches: -
TLDR: Generate Django Secret Key - Humberto Rocha
python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())' -
Adding Custom Views and Templates to Django Admin — Adrienne Domingus
-
How to debug Django commands in PyCharm - Stack Overflow
-
Django in Production - From Zero to Hero - Part-2
In this lesson we continue deployment process of Django based application. In this part we deal with Nginx.