Running the experiment

Before running the experiment, make sure that you are:

  • Running the latest version of your code
  • Running your code in production mode (see above)
  • Have started the server on the correct port (see above)
  • Have set up the VCEE oTree room (see below)

The VCEE oTree room

The clients in the VCEE Lab connect automatically to the VCEE oTree room.
To enable this room for your experiment, you have to add the following code to your settings.py:

ROOMS = [
    dict(
        name='VCEEroom',
        display_name='VCEE Room'
    ),
]