About 64,600 results
Open links in new tab
  1. The web framework for perfectionists with deadlines | Django

    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 …

  2. Getting started with Django

    Django provides a powerful form library that handles rendering forms as HTML, validating user-submitted data, and converting that data to native Python types. Django also provides a way to …

  3. Download Django

    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 …

  4. Django documentation

    Reference guides contain technical reference for APIs and other aspects of Django’s machinery. They describe how it works and how to use it but assume that you have a basic understanding …

  5. Writing your first Django app, part 1 | Django documentation

    If Django is installed, you should see the version of your installation. If it isn’t, you’ll get an error telling “No module named django”. This tutorial is written for Django 5.2, which supports …

  6. Django overview

    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 …

  7. Django 文档 | Django 文档

    参考指南 包含 API 和 Django 各个工作机制方面的技术参考。 它们介绍了 Django 是如何工作,如何被使用的。 不过,你得先对关键字的概念有一定理解。 操作指南 是一份目录。 它们以排列 …

  8. How to install Django

    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 …

  9. Django documentation contents

    Django documentation contents ¶ Getting started Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house …

  10. Django 6.0 release notes | Django documentation | Django

    Dec 3, 2025 · The framework provides task definition, validation, queuing, and result handling. Django guarantees consistent behavior for creating and managing tasks, while the …