Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
ruby on rails - PGError: ERROR: source database "template1" is being accessed by other users - Stack Overflow
-
Make Django's collectstatic command forgiving | TimOnWeb
-
Django Packages : Reusable apps, sites and tools directory
-
Make Django's collectstatic command forgiving | TimOnWeb
-
Django 2.0 -- Classy Django Forms
Detailed descriptions, with full methods, properties and attributes, for each form class. -
Django Compressor — Django Compressor 2.2 documentation
-
django-oscar/django-oscar: Domain-driven e-commerce for Django
-
Top 6 Django Decorators
-
mbrochh/django-reactjs-boilerplate: An example how you can use ReactJS with your Django project.
-
Blending Django with React Front-end – Hirok Biswas – Medium
-
gryevns/django-react-yarn: Minimal boilerplate for django + react + yarn
-
dealertrack/django-rest-framework-braces: Collection of utilities for working with django rest framework (DRF)
Collection of utilities for working with django rest framework (DRF) - dealertrack/django-rest-framework-braces -
What is the best Django learning book for a beginner to learn the Django framework? - Quora
-
How to Use JWT Authentication with Django REST Framework
-
How to Use Date Picker with Django
-
GitHub - citusdata/django-multitenant: Python/Django support for distributed multi-tenant databases like Postgres+Citus
-
Architect — Architect documentation
-
Tips for Building High-Quality Django Apps at Scale
Django has this concept of “applications,” which are vaguely described in the documentation as “a Python package that provides some set of features.” While they do make sense as reusable libraries that can be plugged into different projects, their utility as far as organizing your main application code is less clear. -
multithreading - Can Django do multi-thread works? - Stack Overflow
-
django-waffle/django-waffle: A feature flipper for Django
A feature flipper for Django. Contribute to django-waffle/django-waffle development by creating an account on GitHub. -
Top Seven Apps Built With Python
Over its almost 30 years of existence, Python has become one of the most popular programming languages. But if most startups once used it because of its simplicity and low cost, modern giants like Instagram or Spotify use Python and the Django framework to create smooth working experiences. -
Local web development vs Vagrant vs Docker: What’s right for you? · Matt Layman
Excellent overview over local web development environments: From virtual envs over Vagrant to Docker and Kubernetes. -
(7) Building secure web apps: Python vs the OWASP Top 10 - YouTube
-
Very Large Result Sets in Django using PostgreSQL
-
Debugging Django apps running in Docker using ptvsd - Visual Studio (Code)