{% extends "otree/BaseAdmin.html" %} {% block title %} Server Readiness Checks {% endblock %} {% block content %}
For details on how to fix any issues highlighted below, see here.
{% if python2 %}heroku config:set OTREE_PRODUCTION=1
OTREE_PRODUCTION
to 1
.
{% endif %}
otree runserver
,
which is only suitable for local development.
When launching a real study, you should run a proper multi-process server,
e.g. otree runprodserver
.
runserver
.
DEBUG
mode,
you will no longer see Django’s yellow error pages;
you or your users will just see generic "500 server error" pages.
oTree offers a free Sentry service;
you can find the sign-up link in the oTree documentation.
OTREE_AUTH_LEVEL
.
AUTH_LEVEL
is {{ auth_level }}
.
otree resetdb
.