Skip to content

Create test data using devilryadmin

espenak edited this page Aug 28, 2011 · 5 revisions

This guide assumes you have followed Setting up a Devilry development environment.

Simple example

$ bin/devilryadminwrapper.py simplifiedtestdb

to create an exampledatabase with 4 subjects and multiple assignments. This creates only 2 students (student0 and student1), and one examiner (examiner0).

Create subjects with 30 students on each subject

$ bin/devilryadminwrapper.py simplifiedtestdb --duckburghusers --num_students 30

More options

$ bin/devilryadminwrapper.py simplifiedtestdb --help
Clone this wiki locally