Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wagtail-custom-base-page-template

A Wagtail project template configured to use a custom base page model.

Starting a new project

wagtail start mysite --template=https://github.com/wagtail/wagtail-custom-base-page-template/archive/main.zip

Full starting instructions

For 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

About

Wagtail project template configured to use a custom base page model

Resources

Code of conduct

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages