Projects tagged ‘django’ and ‘gae’


Jump to tag:

Projects tagged ‘django’ and ‘gae’

Filtered by Project Tags django gae

Refine results Project Tags python (40) appengine (13) blog (7) app (4) jquery (4) cms (4) engine (3) ajax (3) web (3) google (2) appspot (2) dojo (2)

[53 total ]

0 Users

it's easy to dev and deploy
Created 3 months ago.

0 Users

This project aims to provide an Eclipse-based integrated development environment (IDE) for developing applications that run on the Google App Engine. For more information, go here: ... [More] http://code.google.com/p/gaedt/wiki/WikiHome Release NotesIssues Fixed/Implemented in Version 0.8.6 Issues Fixed/Implemented in Version 0.8.5 [Less]
Created about 1 year ago.

0 Users

This is a place for storing all my codes.
Created 3 months ago.

0 Users

Django RPX authentication backend that runs on Google App Engine with App Engine Patch. Inspired by django-rpx and django-newrpx but with support for Google App Engine thru App Engine Patch. You ... [More] can see a live demo running at http://bergsell.appspot.com/rpx_demo/. Note that the site might appear slow at first. The reason seems to be that the app engine unloads instances that haven't been used for some time. Subsequent request have reasonable performance. 20090618: Version 0.1 releasedIntroductionThis is the alpha release of the Django-RPX-GAE-GAE authentication backend. It is in alpha stage since it has only been tested with app-engine-patch-sample-1.0 that uses Django 1.0.2 and the mileage of this is limited. Known issues/drawbacks that will be fixedNo timeout on request to RPX server. No code review has been done. There are a few todo in the code that needs to be resolved. For some reasons, I have had a few problems with the deployment, causing internal server errors at the app enging. Currently investigating, and hopefully the demo site running this version will be stable in the future (http://bergsell.appspot.com/rpx_demo/). Anyway, I think that you should be able to use this in prototype applications. Feedback is needed to be able to take this to a stable and secure backend. Installation instructionsUnpack the rpx module in your project. Add rpx in the INSTALLED_APPS variable in your settings. Add rpx as an authentication backend: AUTHENTICATION_BACKENDS = ('rpx.backends.RpxBackend', 'django.contrib.auth.backends.ModelBackend')Configure the settings in the settings.py in the rpx module. You need to set the RPXNOW_API_KEY, RPXNOW_REALM, and configure the list of trusted providers. Now it should be possible to use the rpx backend. In your templates you should be able to add the tag {% rpx_iframe next %} where the next param is the url to where you would like to redirect the user after a successful authentication. Remember to load the custom rpx_tags before using these tags: {% load rpx_tags %} {% rpx_iframe next %}It was previously possible to use the GLOBALTAGS settings, but it has been removed from the Google App Engine Patch since release 1.0.2 (2009-06-16) The example below will send the user to /main/ from the login page upon successful authentication. return render_to_response(request, 'login.html', {'next': '/main/', })Feedback is highly appreciated. [Less]
Created 4 months ago.

0 Users

GAE app-engine-patch django
Created 3 months ago.

0 Users

Scrabble Tools is a website used by Scrabble players to validate words and to build new words. The source will be available here. Scrabble tools runs on Google App Engine and uses the Django framework.
Created about 1 year ago.

0 Users

kso-hr-mail-tool 说明1.本项目源于 http://code.google.com/p/kingmail 2.移植到GAE上,故建立此项目。 GAE访问地址http://ksohrmail.appspot.com/ ... [More] GAE上舍弃功能以下都是因GAE的沙盒安全限制不得不舍弃1)舍弃附件,图片上传功能。 2)舍弃定时发送功能。 3)舍弃指定stmp服务器发送功能 ,必需使用GMail发送。 4) 限时返回,可能不能处理大量群发邮件。如100个收件人以上,101个就发不成功。 说明: 1. 结合google在线表格,收件人列表可以存于google在线表格的指定一列。 2. 要替换的数据从表格中读回来,替换标题,内容中的自定义 的宏符号。 如:表格内容(第一行不读取) ———————————————— 收件人 | 姓名 | ———————————————— a...@mail.com | A君 | ———————————————— a...@mail.com | B君 | ———————————————— 宏: $mail$,$name$ #此处英文逗号隔开 标题 : $name$,你好,XXXX 内容: $name$,你的邮件 是 $mail$ 最终A,B收到的邮件$mail$,$name$分别被替换各自的数据。 [Less]
Created 4 months ago.

0 Users

Artifical Intelligence Assistant (AIA)AIA is an assistant that can do tasks like keeping accounts, arranging TODOs and so on intelligently.AIA is a web site developed based on Google App Engine. ... [More] More informatin in: http://aiassistant.appspot.com/chat/ [Less]
Created 12 months ago.

0 Users

Java 构建基于 Google AppEngine 的 Blog
Created 4 months ago.

0 Users

iHere Blog ProjectiHere Blog是一个运行在Google App ... [More] Engine上的开源Blog程序。只要你免费申请一个Google帐户,即可用这个程序在Internet上搭建一个属于你自己的blog程序。 用到的技术包括不限于:Google App Engine,Django1.0, Python,Appengine Patch, Jquery 关于 Google App Engine: Google App Engine是Google搭建的云计算平台,现在还在测试阶段,在一定的流量下可以免费使用。 对于个人blog,提供的流量已经足够了。支持绑定你自己的域名。所以类似于在Dreamhost上wordpress程序可以无缝迁移到这个平台上。 关于 iHere Blog: 始于2008年十月的beijing open party交流,开始对google appengine, python, django感兴趣。开始 是为了自己学习python,django的一个兴趣驱动力,现在已经一发不可收的喜欢上了python 这门语言。始于开源,还于开源。现在将其以LGPL开源,也算是了结一个心愿吧。 提供咨询服务,有兴趣致力于google appengine开发的公司可以联络我at lyyn.tsong@gmail.com目前支持的功能基本的Blog功能:文章+-m,分类,Tag, etc. 支持memcache【默认开启】 支持RSS twitter api【ajax】 点击数,最新评论,最热门文章 Google app engine的本地Console*【用于datastore的管理 memcache,data,etc.】 数据导入导出, 支持与Wordpress的相互导入导出 自带图片附件程序在/alblum/ 基于Django Admin支持的简单页面,重定向 支持上传wordpress.xml方式的导入【文章多的话需要重试几次】 支持本地脚本import.py方式的导入(remote_api)【推荐方式】 有个彩蛋:/album/OuterHeaven/ 加入Windows Live Writer的支持 ajax特效的支持 pageflow 计划中的功能加入mail function:blog 订阅,comment提醒等等 todo 我在Google App Engine上的个人项目: 我的Blog:http://ihere.appspot.com/ 冰箱贴:http://ihere.appspot.com/fridge/ web proxy:http://inforsphere.appspot.com/ Python Shell:http://py-ide-online.appspot.com/ web飞信:https://ihere.appspot.com/sms/ Geo Twitter:http://geo-twitter.appspot.com/ JS3D:http://ihere.appspot.com/album/OuterHeaven/ 相册:http://ihere.appspot.com/album/mbGallery/ [Less]
Created 9 months ago.