Yahoo India Web Search

Search results

  1. Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Ridiculously fast.

  2. Option 2: Get the latest development version. The latest and greatest Django version is the one that’s in our Git repository (our revision-control system). This is only for experienced users who want to try incoming changes and help identify bugs before an official release.

  3. Oct 6, 2024 · 这份文档是如何组织的 ¶. Django 有丰富的文档。. 一份高度概述的文档会告诉你在哪里找到特定的东西:. 教程 通过一系列的步骤来带领你创建一个网页应用程序。. 如果你是 Django 或网页应用开发的新手,可以从这里开始。. 也可以看一下 “ 快速入门 ”。. 专题 ...

  4. How the documentation is organized ¶. 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.

  5. With Django, you can take web applications from concept to launch in a matter of hours. Django takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Ridiculously fast.

  6. Install Django. Before you can use Django, you’ll need to install it. Our complete installation guide covers all the possibilities; this guide will get you to a simple, minimal installation that’ll work while you walk through the introduction. Django installation guide.

  7. Oct 6, 2024 · 如果你初次了解 Python,可能想知道它是怎样一门语言。. Django 是 100% 由 Python 编写的,所以熟悉 Python 可以加深对 Django 的理解。. 如果你毫无编程经验,可能需要从 适合零编程经验者的 Python 学习资源 起步. 如果您已经了解一些其他语言,并希望快速掌握 Python ...

  8. Oct 6, 2024 · Install Apache and mod_wsgi ¶. If you just want to experiment with Django, skip ahead to the next section; Django includes a lightweight web server you can use for testing, so you won’t need to set up Apache until you’re ready to deploy Django in production.

  9. Oct 6, 2024 · 编写你的第一个 Django 应用,第 1 部分 ¶. 让我们通过示例来学习。. 通过这个教程,我们将带着你创建一个基本的投票应用程序。. 它将由两部分组成:. 一个让人们查看和投票的公共站点。. 一个让你能添加、修改和删除投票的管理站点。. 我们假定你已经阅读 ...

  10. Oct 6, 2024 · If you’re new to Python, you might want to start by getting an idea of what the language is like. Django is 100% Python, so if you’ve got minimal comfort with Python you’ll probably get a lot more out of Django.