Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
DjangoTricks: How to Create PDF Documents with Django in 2019
-
UUID or GUID as Primary Keys? Be Careful! - Tom Harrison’s Blog
-
Django Migrations and UUID Fields - Andy Byers - Medium
-
Code Style - Invisible Codex
Coding style is what makes a difference between experienced and entry level software developer. Although it will take years to develop you own style, mastering the basics is very easy, especially that for python there is are standardized guidelines like PEP8. -
Model Design and Unit Testing
In this screencast we lay the foundation of XpTracker application. We will architecture the model design and write basic tests for it. -
Django — Dan's Cheat Sheets 1 documentation
-
Django_ORM_a_fight_between_MTI_and_STI___ENG_.pdf
Really nice breakdown of DB table and model inheritance straregies -
Tesorio/django-anon: Anonymize production data so it can be safely used in not-so-safe environments
-
semente/django-smuggler: Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the automatically-generated administration interface.
-
Django REST framework ViewSet when you don’t have a Model
-
Mixins — django-guardian 2.2.0 documentation
-
squ1b3r/Djaneiro: Django support for Sublime Text 2/3
-
Django Class Based Views
-
Verbose Equals True
-
Django and Static Assets | Heroku Dev Center
> “Django won’t automatically create the target directory (STATIC_ROOT) that collectstatic uses, if it isn’t available. You may need to create this directory in your codebase, so it will be available when collectstatic is run.” -
https://mijailovic.net/2019/11/01/django-managed-identitites/
-
Using Azure managed identities with Azure blob storage backend for Django
-
14. How to use Q objects for complex queries? — Django ORM Cookbook 2.0 documentation
-
Building plugin ecosystems with Django • DjangoCon Europe 2019
-
Implementing a Plugin Architecture in a Python Application - Siv Scripts
-
Leverage the InnoDB architecture to optimize Django model design
-
CodeRed - modern web development for forward-thinking businesses.
-
Learn Django by Building Web Application - XPtracker
One of the best way to learn Django Web Framework is by working on projects. This screencast is first one in series of lessons in which we will plan, build and deploy step by step - a real world application - a personal expenses tracker. -
java - Get Human readable time from nanoseconds - Stack Overflow
-
(14) Python Django Crash Course - YouTube