
Install Wagtail Django CMS on Apache2, Ubuntu 20.04
The following steps were performed on a Ubuntu 20.04 terminal to install wagtail cms.
1. Install Python on the system.
sudo apt update
sudo apt install python3.8
2. Check if python has been installed correctly by running,
python --version
Here, you might have to use python3 --version if