My favorites | Sign in
Project Logo
                
People details
Project owners:
  wtan...@yahoo.com

OpenID Consumer/Relying Party (RP) for Google App Engine Django projects implemented as a Django app.

Derived by Wesley Tanaka from Brian Ellin's WSGI demand.openid.net OpenID consumer.

Patches/suggestions appreciated.

Join the discussion group

To install with a new Google App Engine project:

  1. Get the Google App Engine Helper for Django. You will need a version which works with the Django bundled with the latest version of the App Engine SDK.
  2. Get the google-app-engine-django-openid source (using the Source tab above) and copy it into the same directory, overwriting urls.py from the App Engine Helper distribution
  3. add 'openidgae' to INSTALLED_APPS in settings.py
  4. add 'openidgae.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES in settings.py

To install with an existing Google App Engine project:

  1. get the openid and openidgae directories from the subversion respository and put them in your main application directory
  2. Modify your urls.py using this urls.py as an example
  3. add 'openidgae' to INSTALLED_APPS in settings.py
  4. add 'openidgae.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES in settings.py

To get a copy of the latest svn trunk without any polluting .svn directories, you should be able to do:

svn export http://google-app-engine-django-openid.googlecode.com/svn/trunk/ google-app-engine-django-openid-export









Hosted by Google Code