Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. -
jezdez/django-configurations
-
Building Web Applications with Django and AngularJS - Thinkster
-
DrkSephy/django-hackathon-starter
django-hackathon-starter - A boilerplate for Django web applications -
Adam Alton: Displaying Django GenericForeignKey As Single Form Field
-
Why do people use gunicorn? : django
Apologies for what must seem like an incredibly arrogant question but I figure the best way to find out is to ask. Why do so many people use... -
evansd/whitenoise
-
jamesturk/django-honeypot
-
infoportugal/wagtail-embedvideos · GitHub
Integration of django-embed-video for Wagtail CMS. -
yetty/django-embed-video · GitHub
Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud. -
Django exception archaeology
-
EuroPython 2014 - Session: log everything with logstash and elasticsearch
-
Deploying a Django App with No Downtime — Medium
-
We are the authors of High Performance Django. Ask Us Anything! : django
-
Deploying a Django App with No Downtime — Medium
-
DjangoResources – Django
-
Django's CBVs were a mistake - All Unkept
-
Django's CBVs are not a mistake (but deprecating FBVs might be) | Curious Efficiency
-
DjangoCon US 2015 - Django Deployments Done Right by Peter Baumgartner - YouTube
-
DrkSephy/django-hackathon-starter
-
Roberto Rosario / awesome-django | GitLab
-
George London's Blog - The Idiomatic Guide to Deploying Django in...
-
donnex/django-docker-coookiecutter
-
Provisioning a Django Website with Ansible and Vagrant
-
Ansible Playbook for a Django Stack (Nginx, Gunicorn, PostgreSQL, Memcached, Virtualenv, Supervisor) | Calazan.com
I decided to create a separate GitHub project for the Ansible playbook I'm currently using to fully provision a production server for my open-source app, GlucoseTracker, so it can be reused by people who are using the same stack. You can download the playbook here: https://github.com/jcalazan/ansible-django-stack The playbook can fully provision an Ubuntu 12.04 LTS server (will test 14.04 soon) from the base image with the following applications, which are quite popular in the Django community: Nginx Gunicorn PostgreSQL Memcached Virtualenv Supervisor