This is based on Wagtail CMS. The Wagtail comes with several built-in features to support users with accessibility needs and an accessibility checker to encourage accessible content creation. We are also proud Wagtail CMS is a trusted tool used by the Royal National Institute of Blind People.
git clone git@github.com:dravate/unblocklife.git
cd unblocklife
pipenv --python /usr/bin/python3
pipenv shell
pip install -r requirements.txt
python manage.py makemigrations home courses
python manage.py migrate
python manage.py runsever
You can access the site at http://localhost:8000
Offcourse - After that you need to
python manage.py createsuperuser
and use admin interface to start modifying/adding content.
We have also added media
folder with data & added backup data as file demo_data.sqlite3
. Just copy and run the server, you can see the instance running with demo data.
cp demo_data.sqlite3 db.sqlite3
python manage.py createsuperuser
python manage.py runsever
You can access the site at http://localhost:8000
- Company Name should come from Settings->Site Settings field
- Our Services should come from Wagtail Pages Model. We can define that as part of HomePage or separate Model.
- Get Footer into Model.
- Responsive - add Vue3 or React or Alpinejs to click and expand Menu on mobile device