Setting Up the Work Environment

Get familiar with the work environment set up we'll use to build the full stack application.

We'll cover the following

Before starting to work with Django, we must make sure you have a great work environment.

Note: This section is only required if you are creating the project locally on your machine.

First of all, make sure you have the latest version of Python installed. For this course, we’ll be working with Python 3.10.

If you are using a Windows machine, go to the official Python download page and download the relevant version.

For Linux users, you can download Python using the default repository package download manager.

Creating a virtual environment

Once you have Python installed, you have to ensure that you have virtualenv installed:

Get hands-on with 1200+ tech skills courses.