Skip to content

dheavy/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 80.9%
  • HTML 13.9%
  • JavaScript 4.7%
  • Other 0.5%