Latest Videos

DjangoCon 2014- Activating Your Site: A Look at Activity Streams

DjangoCon 2014- Activating Your Site: A Look at Activity Streams

By, Justin Quick, Ben Fonarov, Farhan Syed We will walk you through how to implement activity streams for your website …

View Details
DjangoCon 2014- Inheriting a Sloppy Codebase: A Practical Guide to Wrangling Chaotic Code

DjangoCon 2014- Inheriting a Sloppy Codebase: A Practical Guide to Wrangling Chaotic Code

By, Casey Kinsey In an industry where “lean” has become the mantra and rapidly iterated products imply tight budgets and …

View Details
DjangoCon 2014- Patterns for Extensibility

DjangoCon 2014- Patterns for Extensibility

By, Patrick Altman How can I make my Django app extensible so it can be used beyond my original intent …

View Details
DjangoCon 2014- Lightning Talks

DjangoCon 2014- Lightning Talks

By, Various Presenters Help us caption & translate this video! http://amara.org/v/FQm0/

View Details
DjangoCon 2014- Liberation and modernization of government legacy data using Django

DjangoCon 2014- Liberation and modernization of government legacy data using Django

By, Roberto Rosario How the government of Puerto Rico is making the release of government data and interagency electronic communication …

View Details
DjangoCon 2014- What is the Django admin good for?

DjangoCon 2014- What is the Django admin good for?

By, Karen Tracey The Django admin is often cited as one of Django's great strengths. With virtually no coding, you …

View Details
DjangoCon 2014- JSON Web Tokens

DjangoCon 2014- JSON Web Tokens

By, José Padilla When it comes to implementing authentication on web apps, one solution you’ll definitely hear about first are …

View Details
DjangoCon 2014- REST: It's not just for servers

DjangoCon 2014- REST: It's not just for servers

By, Mark Lavin Have you ever written or used an API wrapper for a webservice? REST is a client-server architecture …

View Details
DjangoCon 2014- High Performance Django: From Runserver to Reddit Hugs

DjangoCon 2014- High Performance Django: From Runserver to Reddit Hugs

By Peter Baumgartner Django makes it easy to build a site and get it running on your laptop, but how …

View Details
DjangoCon 2014- Technical Onboarding, Training, and Mentoring

DjangoCon 2014- Technical Onboarding, Training, and Mentoring

By Kate Heddleston With the increase of code academies training new engineers there is an increase in junior engineers on …

View Details
DjangoCon 2014- Choose Your Own Django Deployment Adventure

DjangoCon 2014- Choose Your Own Django Deployment Adventure

By, Kate Heddleston & Matt Makai From WSGI servers and reverse proxies to continuous integration and automated configuration management, the …

View Details
DjangoCon 2014- Optimizing your webapp by using django-debug-toolbar

DjangoCon 2014- Optimizing your webapp by using django-debug-toolbar

This talk explains how to perform SQL query analysis and how to rewrite your views to reduce the number of …

View Details
DjangoCon 2014- Django: a Data Shovel With a Future

DjangoCon 2014- Django: a Data Shovel With a Future

By, Brandon Rhodes Help us caption & translate this video! http://amara.org/v/FPWf/

View Details
DjangoCon 2014- Elasticsearch DSL

DjangoCon 2014- Elasticsearch DSL

By, Honza Král Elasticsearch DSL is a new library for integrating Django apps with Elasticsearch, enabling users to utilize the …

View Details
DjangoCon 2014- Building a REST API with Django & Django REST Framework

DjangoCon 2014- Building a REST API with Django & Django REST Framework

By, Kenny Yarboro REST APIs are capable of providing valuable services within and beyond an organization. Django and the Django …

View Details
DjangoCon 2014- OAuth2 and Django, What You Should Know

DjangoCon 2014- OAuth2 and Django, What You Should Know

By, Jharrod LaFon OAuth 2.0 is the current version of OAuth, a hotly debated open standard for authorization. Implementing it …

View Details
DjangoCon 2014- Upgrading Django (to 1.7)

DjangoCon 2014- Upgrading Django (to 1.7)

By, Andrew Pinkham Want to learn about Django 1.7 and how to upgrade Django? Are you unclear on what the …

View Details
DjangoCon 2014- REGULATING THE SECURITIES MARKET WITH DJANGO AND PANDAS

DjangoCon 2014- REGULATING THE SECURITIES MARKET WITH DJANGO AND PANDAS

By, Christopher Clarke Developing applications for civil service organizations can be uniquely challenging. The presentation discusses our experience with MASS …

View Details
DjangoCon 2014- AngularJS + Django = A Perfect Match

DjangoCon 2014- AngularJS + Django = A Perfect Match

AngularJS is a powerful MVC framework that can easily integrate with Django templates. Let's walk through integrating the two for …

View Details
DjangoCon 2014- From Legacy to Admin

DjangoCon 2014- From Legacy to Admin

By, Chris Cabral For those who have not had the pleasure of seeing django's inspectdb command in action, I will …

View Details
DjangoCon 2014- Setting up your development environment for Django

DjangoCon 2014- Setting up your development environment for Django

By, Ramon Maria Gallart Escolà, Greg Robbins First steps and best practices for getting a reproduceable environment for Django development! …

View Details
DjangoCon 2014- How to Solve Django's Top 5 Enterprise Headaches

DjangoCon 2014- How to Solve Django's Top 5 Enterprise Headaches

By, Matt Makai The top five Django problems in large enterprise organizations are integrating with Active Directory, passing security audits, …

View Details
DjangoCon 2014- The evolution of a RESTful Django backend

DjangoCon 2014- The evolution of a RESTful Django backend

By, Andrew Brookins A look at the challenges and successes that the Safari Books Online team has had implementing RESTful …

View Details
DjangoCon 2014- A Nice Problem to Have: Django Under Heavy Load

DjangoCon 2014- A Nice Problem to Have: Django Under Heavy Load

By, Joshua "jag" Ginsberg "Don't prematurely optimize. Get your project to v1.0." This is a mantra often repeated in the …

View Details
DjangoCon 2014- Integrating Django and WordPress can be simple.

DjangoCon 2014- Integrating Django and WordPress can be simple.

By, Collin Anderson I found it surprisingly easy to do a simple integration of Django with an existing WordPress blog. …

View Details
DjangoCon 2014- Do you wanna be a core dev? (You don't have to be core dev...)

DjangoCon 2014- Do you wanna be a core dev? (You don't have to be core dev...)

By, Russell Keith-Magee The most important part of Django is it's community of contributors -- without contributors, Django would never …

View Details
DjangoCon 2014- Geo+Django: Geo beyond the Django

DjangoCon 2014- Geo+Django: Geo beyond the Django

B, Joe Jasinski Have you gone through the comprehensive GeoDjango docs, but wondered where to go next? Are you curious …

View Details
DjangoCon 2014- Digging Into Django's Migrations

DjangoCon 2014- Digging Into Django's Migrations

By, Andrew Godwin An in-depth look at Django's new migrations framework, explaining the component architecture, highlighting issues with multiple database …

View Details
DjangoCon 2014- Real World Django Q&A

DjangoCon 2014- Real World Django Q&A

Have questions about getting better performance out of Django or scaling it up large? We've assembled a group of knowledgable …

View Details
DjangoCon 2014- Brazil: How we are gaining space with Django

DjangoCon 2014- Brazil: How we are gaining space with Django

By, Henrique Pereira It is not uncommon for important django applications to be developed or used by the American or …

View Details
DjangoCon 2014- Connecting Patients to Doctors in Real-Time Using Django

DjangoCon 2014- Connecting Patients to Doctors in Real-Time Using Django

By, Jacinda Shelly Your challenge, should you choose to accept it, is to create a system that allows patients to …

View Details
DjangoCon 2014- Performant Django

DjangoCon 2014- Performant Django

By, Ara Anjargolian Since the days of version 1.0, the Django community has added countless features that address performance pain …

View Details
DjangoCon 2014- GNU Mailman 3 and Django

DjangoCon 2014- GNU Mailman 3 and Django

By, Florain Fuchs GNU Mailman, the popular mailing list manager has undergone a major redesign. One of the changes is …

View Details
DjangoCon 2014- Class-based Views: Past, Present and Future

DjangoCon 2014- Class-based Views: Past, Present and Future

By, Russell Keith-Magee One of the big changes in Django 1.3 was the introduction of Class-Based Views. Opinion on them …

View Details
DjangoCon 2014- From __icontains to search

DjangoCon 2014- From __icontains to search

By, Honza Král Good search experience for your users is about more than just a more efficient way to find …

View Details
DjangoCon 2014- You shipped it, you fix it

DjangoCon 2014- You shipped it, you fix it

By, Ron Cohen This talk will explain and showcase how improving transparency and accountability in development teams can significantly improve …

View Details
DjangoCon 2014- Top tips for developing and deploying on AWS

DjangoCon 2014- Top tips for developing and deploying on AWS

By, Craig Bruce Amazon Web Services (AWS) is the leader in cloud computing. The AWS service offering is vast and …

View Details
DjangoCon 2014- Real World Django Q&A

DjangoCon 2014- Real World Django Q&A

With, Andrew Godwin, Frank Wiles, Honza Král, Peter Baumgartner Have questions about getting better performance out of Django or scaling …

View Details
DjangoCon 2014- Anatomy of a Django Project

DjangoCon 2014- Anatomy of a Django Project

By Mark Lavin Websites built with Django are built on "projects" which are composed of oneor more "apps". But what …

View Details
DjangoCon 2014- How do debug tool bars for web applications work?

DjangoCon 2014- How do debug tool bars for web applications work?

By, Graham Dumpleton The Django debug toolbar is for many an indispensable part of the developer toolkit. This talk will …

View Details
DjangoCon 2014- HOW TO BUILD THINGS THAT MATTER

DjangoCon 2014- HOW TO BUILD THINGS THAT MATTER

By, Dave Merwin Building software that changes lives is hard work. This talk will focus on three important concepts that …

View Details
d1DjangoCon 2014- Development with Ansible and VMs

d1DjangoCon 2014- Development with Ansible and VMs

By, Jeff Schenck How do you set up a kick-ass dev environment? I'll share our team's setup and tools that …

View Details
DjangoCon 2014- Practical Django Secuirty

DjangoCon 2014- Practical Django Secuirty

By, Levi Gross Web application security is an ever present problem. The "don't trust user input" mantra sounds nice but …

View Details
DjangoCon 2014- All You Need Is L***

DjangoCon 2014- All You Need Is L***

By, Daniele Procida Help us caption & translate this video! http://amara.org/v/FNEd/

View Details
DjangoCon 2014- Django REST API - So easy you can learn it in 25 minutes

DjangoCon 2014- Django REST API - So easy you can learn it in 25 minutes

By, Nina Zakharenko Django REST Framework can make creating a RESTFUL api quick and easy. Join me as I go …

View Details

All Conferences

DjangoCon US

-

View Details