Follow the steps bellow
Setup your python enviroment with Anaconda [Select your conda version here] https://docs.conda.io/en/latest/miniconda.html [Note: For Macbook M1 use Apple M1 version not aach64]
conda create -n "your_env_name" -y
conda activate "your_env_name"
pip3 install requirements.txt
if pip3 not working replace with pip install requirements.txt
Run Django Project python manage.py runserver
open 127.0.0.1:8000
on your browser recommend use Chrome Microsoft Edge Whatever Except Safari