Writing your first Django app, part 2

This tutorial begins where Tutorial 1 left off. We’ll setup the database, create your first model, and get a quick introduction to Django’s automatically-generated

2016-10-09 18:41:20
Writing your first Django app, part 7

This tutorial begins where Tutorial 6 left off. We’re continuing the Web-poll application and will focus on customizing Django’s automatically-generated

2016-10-09 18:41:21
Writing your first Django app, part 1

Let’s learn by example. Throughout this tutorial, we’ll walk you through the creation of a basic poll application. It’ll

2016-10-09 18:41:19
Getting started

New to Django? Or to Web development in general? Well, you came to the right place: read this material to quickly get up and running.

2016-10-09 18:37:18
Writing your first Django app, part 3

This tutorial begins where Tutorial 2 left off. We’re continuing the Web-poll application and will focus on creating the public interface – “views

2016-10-09 18:41:20
Django at a glance

Because Django was developed in a fast-paced newsroom environment, it was designed to make common Web-development tasks fast and easy. Here’s an informal overview of how to

2016-10-09 18:36:30
Writing your first Django app, part 6

This tutorial begins where Tutorial 5 left off. We’ve built a tested Web-poll application, and we’ll now add a stylesheet and an image.

2016-10-09 18:41:21
Writing your first patch for Django

Introduction Interested in giving back to the community a little? Maybe you’ve found a bug in Django that you’d like to see fixed, or maybe

2016-10-09 18:41:22
Writing your first Django app, part 5

This tutorial begins where Tutorial 4 left off. We’ve built a Web-poll application, and we’ll now create some automated tests for it.

2016-10-09 18:41:21
Quick install guide

Before you can use Django, you’ll need to get it installed. We have a complete installation guide that covers all the possibilities; this guide will

2016-10-09 18:39:25