{% extends "otree/admin/Session.html" %} {% load otree_tags floppyforms %} {% block internal_scripts %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if runserver %}
runserver
.
On this version of oTree, you may not be able to create HITs when
using runserver,
because runserver does not support HTTPS.
We plan to fix this quite soon, but for now, in order to do MTurk
testing,
you need to run oTree on an HTTPS server (e.g. Heroku).
MTurk is currently disabled. If you want to publish your HIT on MTurk please do the following steps:
AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY
You can read more about Amazon Mechanical Turk integration here.
{% else %} {% endif %} {% include "otree/includes/messages.html" %} {% endblock %}