Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Remote Python and Django Jobs | Djangojobs.Net
-
GitHub - nalourie/django-macros: macros accepting positional and keyword arguments, and repeated block tags in the django template system.
-
Web REST API Benchmark on a Real Life Application – Mihai Cracan – Medium
-
QuerySet API reference | Django documentation | Django
-
StreamingHttpResponse | Request and response objects | Django documentation | Django
-
Using Django querysets effectively | And then it crashed
-
How Does Django’s StreamingHttpResponse Work, Exactly? – Andrew Brookins
You give the class a generator and it coerces the values that it produces into bytestrings. -
A GraphQL-first Open Source eCommerce Platform | Saleor
-
We build WebApps. Better. | Mirumee
-
wooey/Wooey: A Django app that creates automatic web UIs for Python scripts.
-
How to Use GraphQL with Django (with Example) - Gearheart
-
python - How to configure Apache to run ASGI in Django Channels? Is Apache even required? - Stack Overflow
-
techiediaries/django-auth0-vue: A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
-
Building a Modern Web Application with Django REST Framework and Vue: Building Views and REST API | Techiediaries
-
Invalidating items from Django’s cache (Phil Gyford’s website)
-
Django vs Flask
-
How to deploy django application to a production server. (part I)
If you have been developing your web application with django on a development server and wondered, how i’m i going to put this into production on a real server? well you and i are going to do just… -
How To Serve Django Applications with Apache and mod_wsgi on Ubuntu 14.04 | DigitalOcean
Django is a powerful web framework that can help you get your Python application or website off the ground quickly. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a mor -
Django Content Management System | Wagtail CMS
Meet Wagtail, an open-source Django content management system built by Torchbox. It's free, beautiful, versatile and fast. Find out how to get started. -
An introduction to the Django Python web app framework
-
Export Django monitoring metrics for Prometheus.io
-
dj-pagination Documentation — dj-pagination 2.4.0 documentation
-
Paginate properly, please! – Loud Noise Inc – Medium
-
How to Use RESTful APIs with Django
-
Awesome Django authorization, without the database
rules is a tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks.