collective.loremipsum

Creates dummy content with populated Lorem Ipsum.


Keywords
dummy, data
License
GPL-2.0+
Install
pip install collective.loremipsum==0.10

Documentation

Introduction

collective.loremipsum is a developer tool to create dummy content and dummy members inside your Plone site.

Plain text fields are populated with text from the loremipsum Python library, while rich text is retrieved from loripsum.net.

The user data for the dummy members were downloaded from fakenamegenerator.com.

Fake images' content can be generated using one of these services:

You can add more image getters by registering named utilities for IFakeImageGetter.

  • After it's installed (via the Plone control panel or the portal_quickinstaller tool), you'll see a new editbar tab labeled "Populate" on all folderish content types. Clicking this tab brings up a form with parameters for specifying the kinds of objects to create, how many and the lorem ipsum rich text formatting. Objects can also be created recursively. Note that you must have collective.loremipsum: Can Populate permission to see and access the tab (assigned to Manager and Site Administrator by default).
  • You can also register 500 dummy users, but for the moment only by calling the browserview: @@create-dummy-users