Django

具有最后期限的完美主义者的Web框架。(The Web framework for perfectionists with deadlines.)

Github stars Tracking Chart

Django是一个高级Python Web框架,鼓励快速开发和清晰,实用的设计。 由经验丰富的开发人员构建,它解决了Web开发的大部分麻烦,因此您可以专注于编写应用程序而无需重新发明轮子。 它是免费和开源的。

快得多。
Django旨在帮助开发人员尽快将应用程序从概念到完成。

令人放心的安全。
Django认真对待安全性,并帮助开发人员避免许多常见的安全错误。

超级可扩展。
Web上一些最繁忙的站点利用Django快速灵活扩展的能力。

所有文档都在“docs”目录中,在线访问 https://docs.djangoproject.com/en/stable/ 。如果您刚入门,我们建议您阅读以下文档:

  • 首先,阅读 docs/intro/install.txt 以获取有关安装Django的说明。
  • 接下来,按顺序完成教程(docs/intro/tutorial01.txt,docs/intro/tutorial02.txt等)。
  • 如果要设置实际的部署服务器,请阅读 docs/howto/deployment/index.txt 以获取说明。
  • 您可能希望接下来阅读主题指南(在文档/主题中);从那里你可以跳转到HOWTOs(在 docs/howto 中)了解具体问题,并查看参考文档(docs/ref)以了解详细信息。
  • 有关构建HTML文档的说明,请参阅 docs/README。

文档严格更新。如果你发现文档中有任何问题,或者认为应该以任何方式澄清,请在这里填写一张票30秒: https://code.djangoproject.com/newticket 要获得更多帮助:

加入irc.freenode.net上的#django频道。很多乐于助人的人都在那里。阅读https://botbot.me/freenode/django/上的档案。如果您是IRC新手,请参阅https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial。

加入django-users邮件列表,或阅读存档,网址为https://groups.google.com/group/django-users。

为Django做贡献:
有关参与的信息,请访问https://docs.djangoproject.com/en/dev/internals/contributing/。

要运行Django的测试套件:

按照 docs/internals/contributions/writing-code/unit-tests.txt 的“单元测试”部分中的说明进行操作,该部分在线发布,网址为 https://docs.djangoproject.com/en/dev/internals/co...

Overview

Name With Ownerdjango/django
Primary LanguagePython
Program languagePython (Language Count: 7)
PlatformLinux, Mac, Windows
License:BSD 3-Clause "New" or "Revised" License
Release Count406
Last Release Name5.0.4 (Posted on 2024-04-03 11:39:57)
First Release Namearchive/attic/i18n (Posted on )
Created At2012-04-28 02:47:18
Pushed At2024-04-28 16:44:50
Last Commit At
Stargazers Count76.8k
Watchers Count2.3k
Fork Count30.8k
Commits Count32.6k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count8895
Pull Requests Open Count179
Pull Requests Close Count8977
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

======
Django

Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design. Thanks for checking it out.

All documentation is in the "docs" directory and online at
https://docs.djangoproject.com/en/stable/. If you're just getting started,
here's how we recommend you read the docs:

  • First, read docs/intro/install.txt for instructions on installing Django.

  • Next, work through the tutorials in order (docs/intro/tutorial01.txt,
    docs/intro/tutorial02.txt, etc.).

  • If you want to set up an actual deployment server, read
    docs/howto/deployment/index.txt for instructions.

  • You'll probably want to read through the topical guides (in docs/topics)
    next; from there you can jump to the HOWTOs (in docs/howto) for specific
    problems, and check out the reference (docs/ref) for gory details.

  • See docs/README for instructions on building an HTML version of the docs.

Docs are updated rigorously. If you find any problems in the docs, or think
they should be clarified in any way, please take 30 seconds to fill out a
ticket here: https://code.djangoproject.com/newticket

To get more help:

To contribute to Django:

To run Django's test suite:

To the top