Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Ninja
Django Ninja is a web framework for building APIs with Django and Python 3.6+ based type hints. -
Building web apps with Vue and Django - The Ultimate Guide | DaFoster
-
Wagtail SEO Guide
Using wagtail-metadata to add metadata -
Building web apps with Vue and Django - The Ultimate Guide | DaFoster
Post: Building web apps with Vue and Django - A guide for using #VueJS and #Django together, sharing my experiences over the last several years. #tutorial #guide -
jazzband/django-oauth-toolkit: OAuth2 goodies for the Djangonauts!
-
Welcome to Django OAuth Toolkit Documentation — Django OAuth Toolkit 1.4.0 documentation
-
What virtual environment system do you use for your Django projects and why? (venv, pipenv, pyenv, etc ) : django
-
Wagtail CMS
-
DJ Checkup - Check your Django site for security errors
-
10 tips for making the Django Admin more secure
-
gitpop2 - Find the most popular fork on GitHub
See also: https://github.com/techgaun/active-forks -
How to use Django with an existing database?
-
New Testing Features in Django 3.2 - Adam Johnson
-
Django Ninja - Fast Django REST Framework
-
Debug Python and Django easily from Visual Studio Code - Javier Aguirre
-
Tips for Building High-Quality Django Apps at Scale | by DoorDash | Medium
-
GitHub - adamghill/django-unicorn: A magical full-stack framework for Django. ✨
-
I'm Building a Search Engine for the Django Ecosystem
tldr; Frustrated with the duopoly of Google and Bing, I decided to build a narrowly focused search engine to see if it can deliver better results. My first experiment covers the Django ecosystem.See it here: https://django.curaffe.comSearch is a critical part of how I develop softwareI picked up Django a few years ago. Recently, I have studied my own habits and workflow. This has led to some interesting insights.A search engine is a critical part of how I build software. I research issues, find solutions, and use them as entry points into a fragmented ecosystem of blog posts, StackOverflow answers, documentation, packages, and more.Search results are polluted with ads. Advertising masquerades as content in the "organic results," making the signal to noise ratio rather poor.There is a "namespace" issue which often return results irrelevant to the ecosystem. (eg - Tarantino's popular file, Django often shows up). I'm sure you have experienced the same.Let's go deeper...Ads dominate above the foldGoogle without an ad-blocker stinks. One can actually get a page full of search results that are nothing but ads. It seems that every year the ads blend into "organic" search results more and more.SEO ruined search. Full stop.Google setup the rules, and … -
Python in 1 Minute
-
Setup Webpack Project with Django | AccordBox
-
Speed Up Your Django Tests
-
Wagtail Tutorials #4: Routable Page
"In this Wagtail blog tutorial, I will show you how to use RoutablePageMixin to make blog app routable, so it can handle sub-URLs like category and tag links." -
I Built a Members' Area on My Website with Python and Django. Here's What I Learned.
-
Dockerizing Django with Postgres, Gunicorn, and Nginx | TestDriven.io
Dockerizing Django with Postgres, Gunicorn, and Nginx This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn. #Python #Django #Docker -
Django, ELB health checks and continuous delivery | Octopus Energy Tech blog
Effective step by step tutorial of setting it up nicely. This is a pre-containers workflow that uses pre-baked machine images for deployment.