10b3bb6497
* 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 |
||
---|---|---|
.. | ||
management | ||
__init__.py | ||
apps.py | ||
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