InstallationΒΆ
Install python-openid version 2.2.1 or later.
Check out django_openid somewhere on your Python path:
svn co http://django-openid.googlecode.com/svn/trunk/django_openid django_openid
Add
'django_openid'to theINSTALLED_APPSsetting for your project.Run
./manage.py syncdbto install the database tables required by django_openid. (It is possible to run django_openid without using a database at all; see elsewhere in the documentation for details).