Frojd / Wagtail-Pipit

Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the verbose name of created pages with the new_page command

rinti opened this issue · comments

When creating a new page using:
./manage.py new_page --name=ContactPage

the ContactPage verbose name becomes ContactPage, we should change this to Contact page

This was me using it wrong, I should have done --name=Contact