Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django/djangobench: Harness and benchmarks for evaluating Django's performance over time
-
The Ultimate Tutorial for Django REST Framework: CRUD (Part 1) - Blog About Web & App Development and Teams
-
Twitter
To keep a settings file just for local #django development: 1. Create a local_settings.py file with `from settings… -
Intro to Django - OverIQ.com
Good intro to Django 1.11 -
python - How to force migrations to a DB if some tables already exist in Django? - Stack Overflow
Nice explanation of what to do to get out of a Django migration jam. -
Celery and Django and Docker
Celery is a tool that helps you manage tasks that should occur outside the request/response cycle. It’s not specific to Django. -
Home Page - Reddit Shredder
A simple WebApp that overwrites and deletes your reddit comments and submissions. A schedule can also be set for automatic shredding of your Reddit comments and posts. -
Guia para Deploy Django Python 3 - Fernando Alves
-
Understanding Django Channels · Arun Ravindran's Blog and Showcase
-
Guide to using Django with Zappa
-
python - command 'cc' failed with exit status 1 on OSX High Sierra - Stack Overflow
-
henriquebastos/python-decouple: Strict separation of config from code.
-
wsvincent/djangox: A framework for launching new Django projects quickly.
-
The Ultimate Tutorial for Django REST Framework - Part 1 - Blog About Web & App Development and Teams
-
Django Production Deployment on GCP with Kubernetes
-
Twitter
Well I have a title and cover for my new #django book. Just need to, you know, finish writing it. -
8. URLs and Views — django-marcador v1.5.0 Tutorial
-
Guide to using Django with Zappa
-
Django Production Deployment on GCP with Kubernetes
How to deploy a Django Application on kubernetes in production mode - Best Practices -
Django Production Deployment on GCP with Kubernetes
-
Adding dynamic dns hostnames to Django INTERNAL_IPS
-
radzhome/python-twitter-django-tags: Useful python-twitter template tags for use with python-twitter api in your django app
https://github.com/bear/python-twitter -
geex-arts/django-jet: Modern responsive template for the Django admin interface with improved functionality
-
GeoLite2 Free Downloadable Databases « MaxMind Developer Site
-
python - How to suppress the deprecation warnings in Django? - Stack Overflow