Exporting data for the specific sessions
Author: Philipp Chapkovski (chapkovski@gmail.com)
Installation:
- Either:
- type
pip install otree-custom-export
in your terminal window.
- or:
- clone exisiting project
git clone https://github.com/chapkovski/otree_export_utils
and copy the
otree_export_utils
folder into your project folder, next to the apps of your module.
-
After that add "otree_export_utils" to your INSTALLED_APPS section of
settings.py
file like this:INSTALLED_APPS = [ 'otree', 'otree_export_utils', ]