From the course: Securing Django Applications

Installing the project - Django Tutorial

From the course: Securing Django Applications

Start my 1-month free trial

Installing the project

- [Instructor] To install the project, we first have to install the Redis server, and the Apache utils package, which contains Apache Benchmark. Then we have to create a virtual environment for Python, where we're using Python 3, we're creating the env folder and then we have to source the activation script so that we're in this Python environment and then we have to install the dependencies of the project. And now you should be able to run the Django Code.

Contents