← Back to team overview

ubuntu-accomplishments-contributors team mailing list archive

Re: Ubuntu SSO for WebEditor

 

I knew I forgot something, see step 1.5 below:

> 1. If you have done yet, you will need to run: pip -r requirements.txt
> this will install the python-openid module

1.5. Install django-openid-auth

       bzr branch lp:django-openid-auth
       cd django-openid-auth
       python setup.py install

> 2. I updated the settings.py.sample file, either overwrite your own, or
> merge the new sample into your own
>
> 3. If you have already created your django's database, now you need to run
> manage.py syncdb again to create some new tables
>
> 4. You can login / logout using the links at the top of the page.

Btw the README is up to date (and it should always be).

Cheers,
Janos


References