from os import environ
SESSION_CONFIGS = [
  dict(
    name='full',
    app_sequence=['instructions', 'questions_short', 'zeroes_short', 'sliders_short',
           'zeroes', 'questions', 'sliders', 'finish'],
    num_demo_participants=2,
  ), Â
  dict(
    name='test',
    app_sequence=['zeroes'],
    num_demo_participants=2,
  )
]
ROOMS = [
  dict(
    name='test1',
    display_name='Test Room 1',
    participant_label_file='participant_hiwi_id.txt',
    # use_secure_urls=True
  )
]
SESSION_CONFIG_DEFAULTS = dict(
  real_world_currency_per_point=1.00, participation_fee=6.00, doc=""
)
PARTICIPANT_FIELDS = ['treatment']
SESSION_FIELDS = []
# ISO-639 code
# for example: de, fr, ja, ko, zh-hans
LANGUAGE_CODE = 'de'
# e.g. EUR, GBP, CNY, JPY
REAL_WORLD_CURRENCY_CODE = 'EUR'
USE_POINTS = False
ADMIN_USERNAME = 'admin'
ADMIN_PASSWORD = environ.get('OTREE_ADMIN_PASSWORD')
DEMO_PAGE_INTRO_HTML = """ """
OTREE_AUTH_LEVEL = 'STUDY'
Thank you!
Susanna
On Jul 1, 2021, at 10:51 AM, Susanna <s.e.ha...@gmail.com> wrote:
I tried making a new project but the problem persists.
--
You received this message because you are subscribed to the Google Groups "oTree help & discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to otree+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/otree/934cbe0d-2092-4acd-8702-4c9d7a23a652n%40googlegroups.com.