Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django on Kubernetes — Kogan.com Dev Blog
-
Django Content Management System | Wagtail CMS
-
Local web development vs Vagrant vs Docker: What’s right for you? · Matt Layman
Web development is full of tools that claim to help you develop your perfect application. What's the right tool? Let's explore options like Docker, Vagrant, and honcho to see which tool can work for you on your next (or current) web app. -
How to use Django, PostgreSQL, and Docker - William S. Vincent
In this tutorial we will create a new Django project using Docker and PostgreSQL. -
django-mfa2 · PyPI
-
Part 1 — Integrating Django and Vue.js with a webpack hot reload development server
-
The Zen of Wagtail — Wagtail 2.4 documentation
The real power of content management comes not from handing control over to CMS users, but from setting clear boundaries between the different roles. Amongst other things, this means not having editors doing design and layout within the content editing interface, and not having site administrators building complex interaction workflows that would be better achieved in code. -
Deploying completely serverless Django with Zappa and Aurora Serverless
-
/var/
-
mkalioby/django-mfa2: A Django app that handles MFA, it supports TOTP, U2F, FIDO2 U2F, Email Token and Trusted Devices
-
css - Django styling login forms and adding additional spans - Stack Overflow
-
DjangoTricks
-
Building a live video streaming website - Part 2 - The Application
-
Python and Django Full Stack Web Developer Bootcamp | Udemy
-
Python Circle - https://www.pythoncircle.com
How To Articles For Python and Django Developers, Simple and easy to follow articles for Python Programmer. New Article every week. -
coolpythoncodes/blog: A simple blog web app built with Django and Bootstrap.
-
python - How to filter django queryset for a current week - Stack Overflow
week_end = week_start + timedelta(days=7) -
Twitter
RT @wsv3000: I'm working on a new #django podcast with @carltongibson. Still a few weeks out from being live but has its own Twi… -
OmniDB/OmniDB: Web tool for database management (Python/Django)
-
Basics of Django ORM | Codementor
pk -
Welcome to Django REST Framework JSON API — Django REST Framework JSON API 2.7.0 documentation
-
How to Reset Migrations
find . -path "*/migrations/*.py" -not -name "__init__.py" -delete find . -path "*/migrations/*.pyc" -delete rm db.sqlite3 python3 manage.py makemigrations python3 manage.py migrate python3 manage.py createsuperuser -
Associating Django users with their sessions
-
IncidentReports/2019-01-15-SCA-Rollout-Migration - Canonical Wiki
-
Tutorial: Django REST with React (Django 2.0 and a sprinkle of testing)
How to create a simple Django REST API? How to structure a Django project with React? Here's a practical introduction to using Django REST with React. Featuring Django 2.0!