#1
by
nicolas
Hi All
In settings.py I have defined ROOMS as follows:
ROOMS = [
dict(
name='test01',
display_name='test01',
),
dict(
name='test02',
display_name='test02',
)
]
When I run otree devserver, the Rooms tab remains empty (see attached screenshot). Is this normal for devserver? Do rooms only exist with prodserver?
Best regards
#2
by
Chris_oTree
Check if you have ROOMS defined twice.
#3
by
nicolas
Hi Chris, How annoying that I missed that, sorry and thanks for pointing it out! It was exactly that.