Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  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.

    • Es

      Documentación de Django ¶. Todo lo que necesita saber sobre...

    • Documentation

      Django 5.0 documentation. Django documentation; Getting help...

    • Ko

      Ask a question in the #django IRC channel, or search the IRC...

    • Pt-br

      Django tem uma grande quantidade de documentação. Uma visão...

    • PL

      Zadaj pytanie na kanale IRC #django lub przeszukaj logi IRC,...

    • Zh-hans

      这份文档是如何组织的¶. Django 有丰富的文档。一份高度概述的文档会告诉你在哪里找到特定的东西: 教程...

    • Django

      Meet Django. Django is a high-level Python web framework...

    • ID

      Django 5.0 documentation. Dokumentasi Django; Getting help...

  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. 3 de dic. de 2021 · The official Django documentation covers everything you need to know about Django (and then some). Read the docs

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

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

  6. 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 installed already.