About 104,000 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 development, so …

  2. How to install Django | Django documentation | 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 ready to deploy …

  3. Getting started with Django | 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 …

  4. Getting started | Django documentation

    Getting started ¶ New to Django? Or to web development in general? Well, you came to the right place: read this material to quickly get up and running.

  5. Django documentation | Django documentation

    Django has the concept of “views” to encapsulate the logic responsible for processing a user’s request and for returning the response. Find all you need to know about views via the links below:

  6. 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 bugs …

  7. Django documentation contents | Django documentation

    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 Design your …

  8. 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 6.0, which supports Python 3.12 and later.

  9. Documentação do Django | Documentação do Django

    Django tem uma grande quantidade de documentação. Uma visão geral de como ele é organizado vai te ajudar a saber aonde procurar para certas coisas: Tutoriais conduzem você pela mão através de …

  10. Django overview | Django

    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 …