OpenSlides/tests/example_data_generator
FinnStutzenstein aa13e5ddd0 Fixing special comments fields, reconnect timeout, minor things. 2017-09-22 13:45:52 +02:00
..
management Fixing special comments fields, reconnect timeout, minor things. 2017-09-22 13:45:52 +02:00
README.rst Added command to create example data. 2017-03-27 23:30:43 +02:00
__init__.py Added command to create example data. 2017-03-27 23:30:43 +02:00
apps.py Added command to create example data. 2017-03-27 23:30:43 +02:00

README.rst

Example Data Generator
======================

This is a plugin to provide a management command to generate example data
for OpenSlides. Add this module to your personal settings.py.

    INSTALLED_PLUGINS += (
        'tests.example_data_generator',
    )

Then run::

    $ python manage.py create-example-data