From the course: Securing Django Applications

Running the server - Django Tutorial

From the course: Securing Django Applications

Start my 1-month free trial

Running the server

- [Instructor] To run the Django server, we have to activate the virtual environment. Then we have to go into demo folder, and then we have to run the migration script, and then we have to run the server.

Contents