Skip to content
h0pbeat edited this page Jul 31, 2013 · 5 revisions
  1. ./manage.py syncdb
  2. in /admin/:
  3. add client types: id_client and study
  4. add scope enroll
  5. add client SensibleDTU, type study, redirect uri https://somewhere/sensible-dtu/platform_api/redirect_uri/, apir uri https://somewhere/sensible-dtu/platform_api/ authorize uri https://somewhere/sensible-dtu/platform_api/authorize_platform/ scope enroll
  6. add scope view_email
  7. add client Questionnaire, type id_client, redirect uri https://somewhere/identity/attributes_redirect/
  8. add attribute view_email -> email

Clone this wiki locally