Writing your first Django app, part 2
  • References/Python/Django/Guides: Intro

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

2025-01-10 15:47:30
Writing your first Django app, part 1
  • References/Python/Django/Guides: Intro

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

2025-01-10 15:47:30
Writing your first Django app, part 7
  • References/Python/Django/Guides: Intro

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

2025-01-10 15:47:30
Django at a glance
  • References/Python/Django/Guides: Intro

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

2025-01-10 15:47:30
Writing your first Django app, part 3
  • References/Python/Django/Guides: Intro

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

2025-01-10 15:47:30
Getting started
  • References/Python/Django/Guides: Intro

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.

2025-01-10 15:47:30
Writing your first Django app, part 6
  • References/Python/Django/Guides: Intro

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.

2025-01-10 15:47:30
Writing your first patch for Django
  • References/Python/Django/Guides: Intro

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

2025-01-10 15:47:30
Writing your first Django app, part 5
  • References/Python/Django/Guides: Intro

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.

2025-01-10 15:47:30
Advanced tutorial: How to write reusable apps
  • References/Python/Django/Guides: Intro

This advanced tutorial begins where Tutorial 7 left off. We’ll be turning our Web-poll into a standalone Python package you can reuse in new projects

2025-01-10 15:47:30