Wordsite is simple blog using Django and Wagtail CMS
Use the package manager virtualenv to install.
virtualenv venv
source venv/bin/activate
cd ~/yourdirectory
git clone https://github.com/izun009/wordsite.git
cd wordsite
pip install -r requirements.txt
./manage.py makemigrations
./manage.py migrate
./manage.py createsupseruser
./manage.py runserver
MIT License