Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Tutorial: The Local Library website - Learn web development | MDN
The first article in our practical tutorial series explains what you'll learn, and provides an overview of the "local library" example website we'll be working through and evolving in subsequent articles. Prerequisites:Read the Django Introduction. For the following articles you'll also need to have set up a Django development environment. Objective:To introduce the example application used in this tutorial, and allow readers to understand what topics will be covered. </blockquot... -
Need to hire a Django developer. What questions should I ask him/her to test their abilities? : django
-
Using Database Views in Django ORM | Rescale
-
Django REST Framework 3.7 -- Classy DRF
-
Django admin: How to insert Inline between fields - Anton Linevych's blog
-
Wagxperience - personalisation for Wagtail CMS
-
Django Logging, The Right Way | Lincoln Loop
-
Course Overviews - Real Python
Chapter Summary Preface Introduction Software Craftsmanship Test Driven Development Git Branching at a Glance Upgrade, Upgrade, and Upgrade some more Graceful Degradation and Database Transactions with Django Building a Membership Site Bootstrap 3 and Best Effort Design Building the Members Page REST Django Migrations AngularJS Primer Djangular: Integrating Django and Angular Angular Forms MongoDB Time! One Admin to Rule Them All Testing, Testing, and More Testing Deploy Conclusion Appendix A – ... -
Django Logging, The Right Way | Lincoln Loop
-
Obey the Testing Goat!
a slower CPU and filesystem: -
Effective TDD: Tricks to speed up Django tests (up to 10x faster!) – DaveOnCode
logging.disable(logging.CRITICAL) -
Running Django tests in container
-
Django Logging, The Right Way | Lincoln Loop
-
Project Fluent
-
Make Django Rest Framework and Axios Work Together Nicely | TimOnWeb
-
Supporting Both Django 1.7 and South - Trey Hunner
Django 1.7 uses the migrations sub-package in your app for database migrations and South relies on the same package. Unfortunately, you can’t store both packages in the same place. At first glance, it seems we cannot support both Django 1.7 and previous versions of Django using South. However, as I explain below, we can support both at once. -
django-cachalot — django-cachalot 1.5.0 documentation
-
Books | gypsyguitar.de
-
Django tips wiki
-
Getting to know the Django ORM | Opensource.com
Tutorial explains how to use the Python web framework's object-relational mapper to interact with your database, just like you would with SQL. -
Django Content Management System | Wagtail CMS
-
Some Wagtail V1 Streamfield examples
I’ve started upgrading one of our existing article pages within our Wagtail CMS to use StreamField. I’m going to show some example of blocks and how I’ve used them below because at the moment there aren’t too many examples out there. Once people realise how good this CMS and its StreamField feature is, there will be loads more trust me. -
Testing Models with Django using Pytest and Factory Boy
-
Django – Simple channels Example – Developers Area
-
[Django] Timezone helpers