customizing export options in oTree
Project description
========================================================================
Exporting data for the specific sessions
========================================================================
Author: Philipp Chapkovski (chapkovski@gmail.com)
Installation:
***************
1. **Either**:
- type ``pip install otree-custom-export`` in your terminal window.
2. **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.
3. After that add "otree_export_utils" to your INSTALLED_APPS section of ``settings.py`` file like this::
INSTALLED_APPS = [
'otree',
'otree_export_utils',
]
Exporting data for the specific sessions
========================================================================
Author: Philipp Chapkovski (chapkovski@gmail.com)
Installation:
***************
1. **Either**:
- type ``pip install otree-custom-export`` in your terminal window.
2. **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.
3. After that add "otree_export_utils" to your INSTALLED_APPS section of ``settings.py`` file like this::
INSTALLED_APPS = [
'otree',
'otree_export_utils',
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
otree_custom_export-0.1.9.tar.gz
(37.7 kB
view details)
File details
Details for the file otree_custom_export-0.1.9.tar.gz
.
File metadata
- Download URL: otree_custom_export-0.1.9.tar.gz
- Upload date:
- Size: 37.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 168120945a03c40fc60428c7bdacfab4a81db80c86605629b2ef37f9ff36f98b |
|
MD5 | 851e5c6831afbdcb062227d794db2cf3 |
|
BLAKE2b-256 | 46f7eec0cca34c2f69b0f79cdba3ddcd63bc61eb96e2fced13166a56366c0167 |