Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Building a Universal Application with Nuxt.js and Django ― Scotch.io
In this article, we will learn what a Universal application is and go on to build a Universal application using Nuxt.js and Django. -
robinhood/deux: Multifactor Authentication for Django Rest Framework
-
5 Ways to Make Django Admin Safer | Haki Benita
-
How to Fix the Top 10 Django Security Vulnerabilities
-
Django + MongoDB = Django REST Framework Mongoengine
-
Modern Django: Part 3: Creating an API and integrating with React — v1k45
-
Modern Django: Part 4: Adding authentication to React SPA using DRF — v1k45
-
All You Need To Know About Prefetching in Django | Haki Benita
-
Django News
Weekly Django news, articles, projects, and more. -
GitHub - matthiask/feincms3: feincms3 provides additional building blocks on top of django-content-editor and django-tree-queries which make building a page CMS (and also other types of CMS) simpler.
-
10 Django packages you should know
-
Django Simple Task — Django Simple Task documentation
django-simple-task runs background tasks in Django 3 without requiring other services and workers. It runs them in the same event loop as your ASGI application. It is not resilient as a proper task runner such as Celery, but works for some simple tasks and has less overall overheads. -
Here's a Production-Ready Dockerfile for Your Python/Django App | Caktus Group
There are many ways to containerize a Python/Django app, no one of which could be considered "the best." That being said, I think the following approach provides a good balance of simplicity, configurability, and container size. The specific tools I use are: Docker (of course), the python:3.7-slim Docker image (based on Debian Stretch), and uWSGI. In a previous version of this post, I used Alpine Linux as the base image for this Dockerfile. But now, I'm switching to a Debian- and glibc-based image, because I found an inconvenient workaround was required for musl libc's strftime() implementation. The Debian-based "slim" images are still relatively small; the bare-minimum image described below increases from about 170 MB to 227 MB (~33%) when switching from python:3.7-alpine to python:3.7-slim (and updating all the corresponding system packages). There are many WSGI servers available for Python, and we use both Gunicorn and uWSGI at Caktus. A couple of the benefits of uWSGI are that (1) it's almost entirely configurable through environment variables (which fits well with containers), and (2) it includes native HTTP support, which can circumvent the need for a separate HTTP server like Apache or Nginx. -
Django DRF Cheat Sheet
-
What public apps do you use with most/all of your Django projects? : django
Mine 1. [Django Rest Framework](https://www.django-rest-framework.org/) 2. [Django Simple... -
The Fall Of Mighty Django, Exploiting Unicode Case Transformations
-
Learning Django - Beginner Mistakes I Made That You Can Avoid : django
I am a newbie to Django web framework. I am not a coder by profession too. I had no help whatsoever from anyone, and everything I learnt was... -
Django Simple Task — Django Simple Task documentation
-
Introduction — Django Admin Cookbook 2.0 documentation
-
Typechecking Django and DRF
-
I Love Go and Django. Here's Why. · vsupalov.com
-
Vue.js In A Django Template · vsupalov.com
-
davedash/django-fixture-magic: Utilities to extract and manipulate Django Fixtures.
-
Top 27 Python Django Project Ideas - Master Web Development with Python - DataFlair
-
Django - React Integration with GraphQL Tutorial Series : django