~milo/linaro-patchmetrics/bug1155533

« back to all changes in this revision

Viewing changes to docs/LINARO

  • Committer: James Tunnicliffe
  • Date: 2012-03-27 11:28:50 UTC
  • Revision ID: git-v1:426a81042562a2a1f93ba562bb1789628a74def1
Instead of using a static list of email addresses to check to see if they are
linaro people, pull all email addresses out of database and check those.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    # Shut up noisy OpenID library
37
37
    oidutil.log = lambda message, level=0: None
38
38
 
 
39
    Enable OpenID support:
 
40
 
 
41
     by adding django_openid_auth to settings.py
 
42
    INSTALLED_APPS.
 
43
 
 
44
    apps/manage.py syncdb
 
45
 
 
46
 
39
47
 
40
48
5. Set extra configs to use email addresses for project lookup.
41
49