Yahoo Search Búsqueda en la Web

  1. Se muestran resultados de

    Django
    Buscar sólo Djanjo

Resultado de búsqueda

  1. Django is a free and open source web framework that helps you build better web apps more quickly and with less code. Learn more about Django's features, security, scalability and how to get started or contribute.

    • Download

      How to get Django. Django is available open-source under the...

    • Documentation

      Django has a lot of documentation. A high-level overview of...

    • Overview

      Django includes dozens of extras you can use to handle...

    • News

      Django Enhancement Proposal 14: Background Workers Posted by...

    • Community

      Community. Building the Django Community for 18 years, 10...

    • Issues

      Django's bug tracker and wiki. Django is an open source...

    • About

      Development of Django is supported by an independent...

    • Development Dashboard

      Toggle Light / Dark / Auto color theme. Development...

  2. Django es un framework web de alto nivel que permite el desarrollo rápido de sitios web seguros y mantenibles. Desarrollado por programadores experimentados, Django se encarga de gran parte de las complicaciones del desarrollo web, por lo que puedes concentrarte en escribir tu aplicación sin necesidad de reinventar la rueda.

  3. Getting started with Django. Depending how new you are to Django, you can try a tutorial, or just dive into the documentation. Want to learn more about Django? Read the overview to see whether Django is right for your project. Django overview

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