Does multi_tenancy works in CE?

I can not figure out, if the multi tenancy function works in the CE!
Nothing to find about it!

I configured it like:

https://manual.seafile.com/deploy_pro/multi_tenancy.html


seafile.conf

[general]
multi_tenancy = true

seahub_settings.py

CLOUD_MODE = True
MULTI_TENANCY = True

ORG_MEMBER_QUOTA_ENABLED = True

When i enable “MULTI_TENANCY = True” in “seahub_settings.py” the server starts without an error,
(even nothing in the log files) but i get an “INTERNAL SERVER ERROR” in the Browser!

Tested with:
Ubuntu 16.04 64bit - Seafile 6.0.9 64bit
Ubuntu 16.04 64bit - Seafile 6.1.0 64bit beta (fresh installation)
Windows 7 31bit - Seafile for Windows 6.0.7

same effect!
If “MULTI_TENANCY = True” is set in “seahub_settings.py” the server starts without an error,
but i get “INTERNAL SERVER ERROR” in the Browser.

Maybe someone of you knows something about it

thanks

It does only work with the Professional Edition.