Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
arachnys/cabot: Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
-
Django | Marina Mele's site
-
Redesigning an autocomplete for Django – Django Viewflow – Medium
-
Test Driven Development of a Django RESTful API - Real Python
-
😸 Nice ArrayField widgets with choices and chosen.js
-
Multiple choice using Django’s postgres ArrayField – scrambled tofu
-
PyVideo.org · Django Admin: Basics and Beyond
-
Running celery task synchronous when testing django app ·
# run celery task synchronous from django.conf import settings settings.CELERY_ALWAYS_EAGER = True -
Modern Django — Part 2: REST APIs, Apps, and Django REST Framework
After completing those sections, we now have a solid base waiting for additions! This portion begins with a crash course in HTTP. Following that, a clarification on the concept of “applications” in… -
Modern Django — Part 1: Project Refactor and Meeting the Django Settings API – Medium
For those just joining us, the previous section of the Modern Django guide can be found here: Modern Django — Part 0: Introduction and Initial Setup. At this point, we have successfully created a… -
Modern Django — Part 0: Introduction and Initial Setup – Medium
This is the first technical section in the Modern Django guide. Here we will walk through the setup, installation and creation of a Django project. We will also create a GitHub repository for this… -
Viewflow 1.0 – Django Viewflow – Medium
-
Modern Django — Part 2: REST APIs, Apps, and Django REST Framework
-
Modern Django — Part 2: REST APIs, Apps, and Django REST Framework
-
Individuelle Softwareentwicklung und Marketing in München | BLUESHOE
-
Celery Tasks Checklist
-
GitHub - Miserlou/Zappa: Serverless Python Web Services
Zappa - Serverless Python Web Services -
Django Content Management System | Wagtail CMS
-
How to Use GraphQL with Django (with Example)
GraphQL is a very powerful library, which is not difficult to understand. GraphQL will help to write simple and clear REST API to suit every taste and meet any requirements. -
How to Use GraphQL with Django – Vladimir Sidorenko – Medium
In this article, we will describe on how to use GraphQL with Django. In this guide, you will see code sample and examples of implementation for Python. First, you need to install Graphene — the… -
Dominik Szopa - Expert Backend Python / Django developer - Upwork Freelancer from Siemianowice Śląskie, Poland
-
TaskBuster Django Tutorial | Marina Mele's site
-
xorm - ORM for Django/Python conforming to the Zen of Python
-
GitHub - pydanny/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
-
Tweaks for making django admin faster | ionel's codelog