OpenSlides/tests/example_data_generator
Oskar Hahn 10b3bb6497 Update to channels 2
* geis does not work with channels2 and never will be (it has to be python now)
* pytest
* rewrote cache system
* use username instead of pk for admin user in tests
2018-08-22 06:30:11 +02:00
..
management Update to channels 2 2018-08-22 06:30:11 +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