Skip to content

Base template for Wagtail-based projects

License

Notifications You must be signed in to change notification settings

aalekseev/wagtail-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wagtail Copier Template

A base template to create new Wagtail projects, and update existing ones.

Note
This is a personal project, just to speed up my own development of ideas and not to be stuck with creating something from scratch.

Main dependencies:

Quickstart

Given that you have Copier installed via pip, pipx, pipenv, poetry, docket etc.

Generate New Project

$ copier gh:aalekseev/wagtail-template path/to/destination

Update Existing

Given that you are in the directory with your project. Copier already knows which template you are using and on which template version your project is currently on.

$ copier update