About 1,200 results
Open links in new tab
  1. How to install Django on Windows

    This document will guide you through installing Python 3.13 and Django on Windows. It also provides instructions for setting up a virtual environment, which makes it easier to work on …

  2. Download - Django

    How to get Django Django is available open-source under the BSD license. We recommend using the latest version of Python 3. The last version to support Python 2.7 is Django 1.11 LTS. See …

  3. How to install Django | Django documentation | Django

    How to install Django ¶ This document will get you up and running with Django. Install Python ¶ Django is a Python web framework. See What Python version can I use with Django? for …

  4. Quick install guide | Django documentation

    Python includes a lightweight database called SQLite so you won’t need to set up a database just yet. Get the latest version of Python at https://www.python.org/downloads/ or with your …

  5. Getting started with Django | Django

    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 …

  6. How to install Django on Windows

    How to install Django on Windows ¶ This document will guide you through installing Python 3.8 and Django on Windows. It also provides instructions for setting up a virtual environment, …

  7. Getting started | Django documentation

    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 …

  8. FAQ: Installation | Django documentation

    FAQ: Installation ¶ How do I get started? ¶ Download the code. Install Django (read the installation guide). Walk through the tutorial. Check out the rest of the documentation, and ask …

  9. Come installare Django su Windows

    This document will guide you through installing Python 3.13 and Django on Windows. It also provides instructions for setting up a virtual environment, which makes it easier to work on …

  10. 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 …