The Wayback Machine - https://web.archive.org/web/20201004091803/https://github.com/MetaCell/otree-core
Skip to content
master
Go to file
Code
This branch is 2620 commits ahead, 12 commits behind oTree-org:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Homepage

These are the core oTree libraries.

Docs

http://otree.readthedocs.io/en/latest/index.html

Quickstart

Typical setup

pip install --upgrade otree-core
otree startproject oTree
otree resetdb
otree runserver

Core dev setup

If you are modifying otree-core locally, clone or download this repo, then run this from the project root:

pip install -e .
cd .. # or wherever you will start your project
otree startproject oTree
otree resetdb
otree runserver

See this document that explains how oTree differs from a typical Django project.

Build Status

About

No description, website, or topics provided.

Resources

License

Packages

No packages published
You can’t perform that action at this time.