This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Thomas Noel 371245abb5 tenant creation form 2014-03-17 00:15:18 +01:00
base tenant creation form 2014-03-17 00:15:18 +01:00
univnautes_idp tenant creation form 2014-03-17 00:15:18 +01:00
.gitignore enable admin (public/tenants) 2014-03-16 16:53:45 +00:00
README.md enable admin (public/tenants) 2014-03-16 16:53:45 +00:00
create-dirty-tenant.py tenant creation form 2014-03-17 00:15:18 +01:00
manage.py first commit 2014-03-16 13:22:30 +00:00
nginx.conf.example add nginx config example 2014-03-16 16:55:00 +00:00
requirements.txt first commit 2014-03-16 13:22:30 +00:00
settings.ini.example first commit 2014-03-16 13:22:30 +00:00

README.md

univnautes-idp : IdP multi-tenants pour UnivNautes

cp settings.ini.example /somewhere/settings.ini export UNIVNAUTES_IDP_SETTINGS_INI=/somewhere/settings.ini

creation du schema public

python manage.py sync_schemas --shared --noinput python manage.py migrate_schemas python manage.py create-tenant univnautes-idp.dev.entrouvert.org public python manage.py createsuperuser -s public

python manage.py create-tenant xyz.univnautes-idp.dev.entrouvert.org xyz python manage.py createsuperuser -s xyz