Projects tagged ‘django’, ‘gae’, and ‘web’


Jump to tag:

Projects tagged ‘django’, ‘gae’, and ‘web’

Filtered by Project Tags django gae web

Refine results Project Tags python (3) appengine (3) app (1) books (1) google_app_engine (1) engine (1) openid (1) bigtable (1) colaboration (1) ragendja (1) google (1) appspot (1)

[3 total ]

10 Users

With app-engine-patch a major part of Django works on App Engine without any modifications. An important feature is use of Google's native 'Model' class to interact with the 'Big Table' database ... [More] , rather than the Django ORM. This has the advantage that you can use new datastore features as soon as they get released, and code optimized for the App Engine Datastore can be reused from both Django and WebApp projects. Many optional, useful extras are provided in the companion 'ragendja' library to speed up your App Engine development. [Less]
Created about 1 year ago.

0 Users

A website to create books with groups of people
Created 9 months ago.

0 Users

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. ... [More] Patches/suggestions appreciated. Join the discussion group To install with a new Google App Engine project: 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. 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 add 'openidgae' to INSTALLED_APPS in settings.py add 'openidgae.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES in settings.py To install with an existing Google App Engine project: get the openid and openidgae directories from the subversion respository and put them in your main application directory Modify your urls.py using this urls.py as an example add 'openidgae' to INSTALLED_APPS in settings.py 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 [Less]
Created 12 months ago.