A Wagtail project template configured to use a custom base page model.
wagtail start mysite --template=https://github.com/wagtail/wagtail-custom-base-page-template/archive/main.zipFor macOS / Linux:
python -m venv mysite-env
source mysite-env/bin/activate
pip install wagtail
wagtail start mysite --template=https://github.com/wagtail/wagtail-custom-base-page-template/archive/main.zip
cd mysite
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver