Yahoo Web Search

Search results

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

  2. Django is a back-end web framework written in Python. This tutorial covers how to install, create, and deploy a Django project, as well as how to use templates, models, querysets, and more.

    Code sample

    <ul>
      {% for x in mymembers %}
      <li>{{ x.firstname }}</li>
      {% endfor %}
    </ul>
  3. Django ( / ˈdʒæŋɡoʊ / JANG-goh; sometimes stylized as django) [6] is a free and open-source, Python -based web framework that runs on a web server. It follows the model–template–views (MTV) architectural pattern. [7] [8] It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a ...

  4. Django is a web framework that encourages beautiful URL design, clean and reusable code, and rapid development. Learn how to install, use, and customize Django with tutorials, documentation, and community resources.

  5. Learn how to create web applications with Django, a high-level Python framework that encourages rapid development and clean, pragmatic design. Explore tutorials, guides, reference, and more on topics such as models, views, templates, forms, security, and deployment.

  6. Learn how to get Django, a free and open-source web framework for Python, for different versions and platforms. See the release notes, supported versions policy, and future roadmap for Django.

  7. Learn how to use Django, a Python web framework, to build a basic poll application with a public site and an admin site. Follow the steps to create a project, a development server, and an app with a command-line utility.

  8. People also ask

  1. People also search for