Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
coleifer/django-relationships: Descriptive relationships between auth.users (think facebook friends and twitter followers, plus more)
-
Finally, Real-Time Django Is Here: Get Started with Django Channels | Heroku
-
Amit Upadhyay: smarturls
smarturls comes with a library of regularly used regular expression patterns to easy regex creation for django urls. The library can be extended by using django setting system. -
Backend or fullstack Python/Django Developer (remote) | Python Weekly Jobs
-
Effective TDD: Tricks to speed up Django tests (up to 10x faster!) | DaveOnCode
-
How A Django Developer Can Write Speedy Unit Tests, Pt. 1: The Basics
-
agconti/django-unique-upload: A django utility that creates unique file names for uploaded files via uuids.
-
Overview — django-versatileimagefield 1.0 documentation
-
faxad/ActivFlow: A generic, light-weight and extensible Workflow Engine for agile automation of Business Processes | Django, Python
-
Open-source Happiness Packets
> People are generally much more loved than they think they are. Especially when things don't go according to plan, other people almost never think as harshly of you as you might think of yourself. It's easy for us to complain when bad things happen, and yet we're often fairly silent when things are good. Open-source communities are no different, especially when our main communication channels are textual and virtual. -
tabo / django-treebeard / issues / #23 - Use (custom) queryset instead of model classmethods. — Bitbucket
-
Token-based authentication with Django and React
-
Raspberry PI and Django Channels — Medium
-
faxad/ActivFlow: A generic, light-weight and extensible Workflow Engine for agile automation of Business Processes | Django, Python
ActivFlow - A generic, light-weight and extensible Workflow Engine for agile automation of Business Processes | Django, Python -
Using Django signals for database logging – AlgoTech Solutions
-
Using Finite States Machines in Django User-centric applications – AlgoTech Solutions
-
How To Use Elasticsearch With Python and Django ( Part 2 ) - Qbox
Part -
"RuntimeError: Error creating new content types." - Google Groups
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 14.04 | DigitalOcean
-
mptt - Django treebeard what are differences between AL, NS, MP - Stack Overflow
Good overview on mutt vs treebeard -
3.1 release notes — django cms 3.2.2 documentation
Django CMS — Why they switched: > Switch from MPTT to MP > > Since django CMS 2.0 we have relied on MPTT (Modified Pre-order Tree Traversal) for efficiently handling tree structures in the database. > > In 3.1, Django MPTT has been replaced by django-treebeard, to improve performance and reliability. > > Over the years MPTT has proved not to be fast enough for big tree operations (>1000 pages); tree corruption, because of transactional errors, has also been a problem. > > django-treebeard uses MP (Materialised Path). MP is more efficient and has more error resistance then MPTT. It should make working with and using django CMS better - faster and reliable -
How To Use Elasticsearch With Python and Django ( Part 1 ) - Qbox
-
Using Django querysets effectively | And then it crashed
-
django-cors-headers
Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS) -
Django REST framework
Django REST framework is a powerful and flexible toolkit for building Web APIs.