Getting the Django Project
Install git from: How To Install Git on Ubuntu 20.04
Navigate to the folder from the terminal to the path of installation.
Clone the git repository from the initial steps using:
git clone https://github.com/<username>/<projectname>.git
note
Make sure you have access to the repository.
- Navigate to the folder from the terminal to the path of installation.
cd <projectname>