Skip to main content

Create fake Wagtail pages

Project description

Wagtail Fake News

Create fake news for testing.

Installation

  1. pip install wagtail-fakenews
  2. Add fakenews to INSTALLED_APPS
  3. ./manage.py migrate fakenews

Usage

Create a fake news index page in the Wagtail admin. Fake news items will be created as children of this page. If you have multiple fake news index pages, only the first one will be used. If there are no fake news index pages, make_fake_items will try to create one as a child of the first home page.

# delete existing fake pages and images, create 50 new pages and images
./manage.py make_fake_items 50
# delete existing fake pages
./manage.py make_fake_items 0
# keep existing fake pages and images, create 10 new pages and images
./manage.py make_fake_items --keep_pages --keep_images 10

TODO

  • REST API
  • Simple page template
  • Streamfield?
  • Publish to PyPi
  • Instructions for exposing REST API
  • Fix broken Markdown rendering on PyPI page
  • Gitpod instance
  • GraphQL API

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-fakenews-0.1.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

wagtail_fakenews-0.1.1-py2.py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page