Yahoo Web Search

Search results

  1. Django has a lot of documentation. A high-level overview of how it’s organized will help you know where to look for certain things: Tutorials take you by the hand through a series of steps to create a web application.

  2. 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. Django at a glance. Quick install guide. Writing your first Django app, part 1. Writing your first Django app, part 2. Writing your first Django app, part 3. Writing your first Django app, part 4.

  3. 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 consist of two parts: A public site that lets people view polls and vote in them. An admin site that lets you add, change, and delete polls. We’ll assume you have Django ...

  4. The official Django documentation covers everything you need to know about Django (and then some). Read the docs. Join the community. You can help make us better. Find out about upcoming Django events, learn what’s on other Django developers’ minds, find and post jobs, and more. Join us. Intro to Django. Expand All / Collapse All.

  5. The goal of this document is to give you enough technical specifics to understand how Django works, but this isn’t intended to be a tutorial or reference – but we’ve got both! When you’re ready to start a project, you can start with the tutorial or dive right into more detailed documentation.

  6. Django documentation contents ¶. Getting started. Django at a glance. Design your model. Install it. Enjoy the free API. A dynamic admin interface: it’s not just scaffolding – it’s the whole house. Design your URLs. Write your views. Design your templates. This is just the surface. Quick install guide. Install Python. Set up a database.

  7. About this document. This document provides an introduction to the basics of web forms and how they are handled in Django. For a more detailed look at specific areas of the forms API, see The Forms API, Form fields, and Form and field validation.

  1. People also search for