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 9c7d9161f5 enhance settings.ini system 2014-03-21 19:10:29 +01:00
base wording 2014-03-21 18:54:27 +01:00
univnautes_idp enhance settings.ini system 2014-03-21 19:10:29 +01:00
.gitignore enable admin (public/tenants) 2014-03-16 16:53:45 +00:00
README.md enhance settings.ini system 2014-03-21 19:10:29 +01: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 enhance settings.ini system 2014-03-21 19:10:29 +01:00

README.md

univnautes-idp : IdP multi-tenants pour UnivNautes

config :

cp settings.ini.example /etc/univnautes-idp/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