Skip to main content

pTree is a Django toolset that makes it easy to create and administer social science experiments to online participants.

Project description

pTree is a Django toolset that makes it easy to create and administer social science experiments to online participants.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add ptree to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'ptree',
    )
  2. Create another variable in settings.py called GAME_LABELS and set it to the list of game apps in your project:

    GAME_LABELS = ['mygame', ...]
    INSTALLED_APPS += GAME_LABELS
  3. Enable the Bootstrap visual design by setting:

    CRISPY_TEMPLATE_PACK = 'bootstrap3'

Project details


Release history Release notifications | RSS feed

This version

0.1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ptree-0.1.2.zip (37.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page