Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
A RESTful password locker with Django and backbone.js
In this series I’m going to show you how to use backbone.js with Django. We’re going to be creating a password locker – a site that will let you keep track of your passwords and share them with colleagues. My development environment is Fedora 16 so shell scripts are in bash. -
Web API performance: profiling Django REST framework - DabApps, Brighton, UK
-
Deploying a Django App to AWS Elastic Beanstalk
Elastic Beanstalk is a Platform As A Service (PaaS) that streamlines the setup, deployment, and maintenance of your app on Amazon AWS. It’s a managed service, coupling the server (EC2), database (RDS), and your static files (S3). You can quickly deploy and manage your application, which automatically scales as your site grows. Check out the official documentation for more information. -
Setting Up Continuous Integration & Continuous Deployment With Jenkins
The daily life of a developer is filled with monotonous and repetitive tasks. Fortunately, we live in a pre-artificial intelligence age, which means computers are great at handling boring chores and they hardly ever complain about it! So let's set up some automation to make our daily grind a little less grindy. -
GitHub - grantmcconnaughey/django-field-history: A Django app to track changes to a model field.
Just released django-field-history on PyPI. Thanks for the help @treyhunner and @carljm! #django -
Django documentation — Django 1.5.12 documentation
-
Welcome to django-braces’s documentation! — django-braces 1.8.1 documentation
-
Django “excontrib” Comments — Django Comments 1.5 documentation
-
QuantifiedCode - Automated code review&repair for Python
-
Seedstars/django-react-redux-jwt-base: Seedstars Labs Base Django React Redux JWT Project
-
Seedstars/django-react-redux-jwt-base: Seedstars Labs Base Django React Redux JWT Project
-
Seedstars/django-react-redux-jwt-base: Seedstars Labs Base Django React Redux JWT Project
django-react-redux-jwt-base - Seedstars Labs Base Django React Redux JWT Project -
Seedstars/django-react-redux-jwt-base: Seedstars Labs Base Django React Redux JWT Project
-
Django Girls Tutorial - GitBook
-
Seedstars/django-react-redux-jwt-base: Seedstars Labs Base Django React Redux JWT Project
-
Better Django models
This is a contrived example, but it illustrates a fairly common use case: Given a list of identifiers, get all the items that correspond to those identifiers from the database. -
How to Tango with Django: A Python Django Tutorial
A beginner's guide to web development with Python 2.7 / Django 1.7 -
Effective Django — Effective Django
These documents are a combination of the notes and examples developed for talks prepared for PyCon 2012, PyOhio 2012, and PyCon 2013, and for Eventbrite web engineering. I’m still working on fleshing them out into a single document, but I hope you find them useful. -
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 14.04
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure -
WSGI简介 - Coffee, Coke and Code - SegmentFault
-
Testando Aplicações Django Unitariamente
Testando Aplicações Django Unitariamente -
Homegrown Website Hosting | Fast, Reliable Web Hosting at a Small Orange
A Small Orange is not your average web hosting company. We don’t believe in offering you “unlimited plans” that actually require costly upgrades in order to meet your expectations and requirements. We believe that you should only pay for the resources that you need, period. -
Django documentation | Django documentation | Django
Everything you need to know about Django. - This is the official documentation. -
Index — Django Design Patterns
This is a collection of patterns which we have found occurring commonly with Django. All of these either make collaboration easier, coding simpler or code more maintainable. None of them are design patterns in the sense of GoF design patterns. We call them design patterns as none other seem closer or more convenient. -
Django and Flask: Why and When To Use Each