Yahoo Web Search

Search results

  1. 1 day ago · 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. Documentation version: 5.0. 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.

  3. 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.

  4. 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. Start here if you’re new to Django or web application development. Also look at the “ First steps ”.

  5. 1 day ago · Documentation version: 5.0. Working with forms ¶. 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.

  6. Documentation version: 5.0. 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 write a database-driven web app with Django.

  7. 1 day ago · Introductions to all the key parts of Django you’ll need to know: How to install Django. Install Python. Install Apache and mod_wsgi. Get your database running. Install the Django code. Models and databases. Making queries. Aggregation. Search. Managers. Performing raw SQL queries. Database transactions. Multiple databases. Tablespaces.

  8. 1 day ago · Documentation version: 5.0. “How-to” guides ¶. Here you’ll find short answers to “How do I….?” types of questions. These how-to guides don’t cover topics in depth – you’ll find that material in the Using Django and the API Reference. However, these guides will help you quickly accomplish common tasks. How to authenticate using REMOTE_USER.

  9. 1 day ago · Documentation version: 5.0. 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.

  10. Django documentation ¶. Everything you need to know about Django. Getting help ¶. Having trouble? We’d like to help! Try the FAQ – it’s got answers to many common questions. Looking for specific information? Try the Index, Module Index or the detailed table of contents.

  1. People also search for