- Install chocolatey from here or run the below command on powershell.
$ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
- Then Install choco
$ Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
$ . HFenv\Scripts\activate
- finally: To start the server
$ python manage.py runserver 0.0.0.0:3000