Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django-livereload 1.5 : Python Package Index
-
tjwalch/django-livereload-server: Livereload functionality integrated with your Django development environment.
-
Quickstart — Django Compressor 2.0 documentation
-
Using Webpack transparently with Django + hot reloading React components as a bonus - Owais Lone
If you don’t already know webpack, you’ve some catching up to do. Webpack is a module bundler that bundles javascript and other assets for the browser. It works really well for applications and javas -
Introduction — Thorn 1.0.0 documentation
-
django.core.urlresolvers utility functions | Django documentation | Django
-
Zach Snow | Django Subdomains, CSRF, and https
How to hack the domain checking in Django's CSRF middleware -
TIL that when Michael Foot was put in charge of a nuclear disarmament committee, The Times reportedly announced the news with the headline "Foot Heads Arms Body." : todayilearned
-
Vintage 12 speed road bike - 23" frame suits 5'6"-6'
-
Making queries | Django documentation | Django
-
Related objects reference | Django documentation | Django
-
Jinja 2 — Pocoo
Jinja2 is a popular text templating engine for Python based on the principles of the Django template engine but with a higher feature set and a more flexible implementation. -
Getting Started Scheduling Tasks with Celery | Caktus Group
-
Django Packages
"a directory of reusable apps, sites, tools, and more for your Django projects" -
Tutorial: How to build a Facebook Messenger bot using Django, Ngrok - Blog - Abhay Kashyap
-
Kel — an open-source, Kubernetes-based PaaS built in Python and Go
-
Contents — Thorn 1.0.0 documentation
-
Introduction · Django Girls Tutorial
-
Filtering - Django REST framework
-
Django REST framework JWT
Security Unlike some more typical uses of JWTs, this module only generates authentication tokens that will verify the user who is requesting one of your DRF protected API resources. The actual request parameters themselves are not included in the JWT claims which means they are not signed and may be tampered with. You should only expose your API endpoints over SSL/TLS to protect against content tampering and certain kinds of replay attacks. -
arocks/edge: A Django project skeleton that is modern and cutting edge.
-
Django Forms · Django Girls Tutorial
The final thing we want to do on our website is create a nice way to add and edit blog posts. Django's admin is cool, but it is rather hard to customize and make pretty. With forms we will have absolute power over our interface - we can do almost anything we can imagine! -
Custom Django User Model - Black Glasses
Rather than having a single forms.py file packed full of everything, I like to split my forms up into a separate module inside my accounts application. This keeps things easy. Just create a folder called forms and put an __init__.py file inside. Inside this new folder, we’ll create 2 new files, authenticate.py, for our login form, and register.py, for our registration form. We’ll start with register.py since it’s a bit longer. forms/register.py -
Built-in template tags and filters | Django documentation | Django
-
korfuri/django-prometheus: Export Django monitoring metrics for Prometheus.io
This exposes some metrics from Django sites to Prometheus. The database monitoring only works for SQLite3 and MySQL at this point, though.