Skip to main content

Getting the Django Project

  1. Install git from: How To Install Git on Ubuntu 20.04

  2. Navigate to the folder from the terminal to the path of installation.

  3. 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.

  1. Navigate to the folder from the terminal to the path of installation.
cd <projectname>