Skip to content

ross2604/otree-core

 
 

Repository files navigation

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.1%
  • HTML 13.4%
  • JavaScript 4.9%
  • Other 0.6%