About 600 results
Open links in new tab
  1. Getting started with Django | Django - Django Project

    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 …

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

    This tutorial is written for Django 5.2, which supports Python 3.10 and later. If the Django version doesn’t match, you can refer to the tutorial for your version of Django by using the version …

  3. Tutorials – Django

    Dec 25, 2019 · Django Lessons - Weekly screencasts about Django and its ecosystem for intermediate developers Django Girls tutorial - the course material used for the DjangoGirls …

  4. Writing your first Django app, part 2 | Django documentation

    Writing your first Django app, part 2 ¶ This tutorial begins where Tutorial 1 left off. We’ll set up the database, create your first model, and get a quick introduction to Django’s automatically …

  5. Escrevendo seu primeiro app Django, parte 1 | Documentação do …

    1 day ago · This tutorial is written for Django 4.0, which supports Python 3.8 and later. If the Django version doesn’t match, you can refer to the tutorial for your version of Django by using …

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

  7. Writing your first Django app, part 4 | Django documentation

    Generally, when writing a Django app, you’ll evaluate whether generic views are a good fit for your problem, and you’ll use them from the beginning, rather than refactoring your code …

  8. The web framework for perfectionists with deadlines | Django

    Django makes it easier to build better web apps more quickly and with less code. Get started with Django

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

    This tutorial only introduces some of the basics of testing. There’s a great deal more you can do, and a number of very useful tools at your disposal to achieve some very clever things.

  10. Writing your first Django app, part 8 | Django documentation

    This tutorial will show how to add Django Debug Toolbar, a commonly used third-party package. The Django Debug Toolbar has ranked in the top three most used third-party packages in the …