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) cms (4) app (4) jquery (4) ajax (3) engine (3) web (3) cache (2) appspot (2) dojo (2)

[53 total ]

0 Users

toontong's blog power by python on Google App Engine
Created 2 months ago.

0 Users

This is a open source forum application that can be hosted on GAE. It is ported from djforum which is a open source forum application using Django.
Created 6 months ago.

0 Users

WelcomeThis is a GAE project,and you can share your links with your friends and other guys with it. This project is built with Django,Google AppEngine,Python and JQuery. VersionSimple version: ... [More] without Django but with python on GAE Normal version: with Django on GAE Java version: with RESTlet on GAE and JAVA on GAE,and maybe with GWT and SpringMVC. TODO2009-7 ~ 2009-9 : Build simple version by python on GAE . 2009-10 ~ 2009-12: Build normal version by Django on GAE . 2009-12 ~ 2010-2: Build Java version with RESElet on GAE . Demo SiteYou can visit the demo version on http://w-3.appspot.com FeedbackJust say anything here ! AuthorGentle Yang [Less]
Created 4 months ago.

0 Users

The Google App Engine does not let users change/add/delete files so there is a need to have the Django templates stored in the Google DB. Project uses GAE ,Django, GAE Helper for Django/appenginepatch ... [More] after release r4 we will release with preference for appenginepatch integration since appenginepatch sees much more active development than GAE Helper for Django source code location (mercurial repository) for the appenginepatch port is hosted at assembla.com (see wiki) also included all necessary libs in the release to provide an easy start. installation is much simpler now. known issues/limitations: neotek is unable to do a browse/update on records. only insert works for now. [Less]
Created about 1 year ago.

0 Users

just test
Created 5 months ago.

0 Users

AexpressAboutAexpress (read: App Express) is an attempt of building a collection of reusable mini-apps that can easily be plugged into new web applications that use django and run on the Google App ... [More] Engine. It's about simplifying the development process by adding components that are tested and working well in other projects. Requirementsapp-engine-patch is the port of django to the Google App Engine that is used as the basis, including its snippet library 'ragendja'. SourceWe are using the distributed version control system Mercurial, with a main repository: http://bitbucket.org/fabian/aexpress/ Inspired byIt's inspired by the Pinax Project, which is a collection of reusable apps for django running on relational databases (so far). [Less]
Created 11 months ago.

0 Users

this project is the GAE http://realpython.appspot.com/, the code is available NOW! you can download it here:http://realpython.googlecode.com/files/realpython.tar.gz (it inclide the app engine pache ... [More] and django) or you can view the source here:http://code.google.com/p/realpython/source/browse/ (it include realpyhton source only) [Less]
Created 2 months ago.

0 Users

see more on http://devcult.ru/
Created 2 months ago.

0 Users

GAWareAboutGAWare is microblog(like twitter) application for Google Apps users. GAWare powered by Google App Engine. FunctionsMicroblog (status, photo...) Profile Group etc... DocumentsEnglish ... [More] 日本語 LinksDiscussions at google groups Members at google groups Google Apps Google App Engine MessageI love python, the same as everyone else! So, I developing groupware for small office, schools, and any organization. I need your advice, help, and volunteer. Source code reviewer, adviser(for more beautiful codes) CSS Coder(valid xhtml & css) Localiser(my english is very poor) Documenter etc Love, Kosei...〆(.. ) [Less]
Created about 1 year ago.

0 Users

gae-django-cms (GD-cms) is a Multi-Author CMS running on the Google App Engine implemented by python and django. Featuresovercome the 1,000 result limit of Google's datastore Multi-Author , after ... [More] registration through the mail to activate rich content editor by tinymce integrated picasa album or upload photos to Google's datastore import data from wordpress export file cache enabled I18N suport Themes suport Syntaxhighlighter RSS Sitemap Now you can view the sample sites: http://gae-django-cms.appspot.com Download open project source from http://code.google.com/p/gae-django-cms/ How toSet "application: your_gae_id" in app.yaml Set "DEFAULT_FROM_EMAIL = 'yourgmail@gmail.com'" in settings.py Set utcoffset of class EstTzinfo in /cms/models.py Replace logo.gif and favicon.ico at /media/images/ update to your GAE TipsThe default administrator with the username and password "admin" Set "USE_I18N = False" in settings.py to set GD-cms default language to 'en' Users to retain powered by information Creat: Jul 29, 2009 Update: Sep 3, 2009 Update: Nov 2, 2009 //////////////////////////////////////////////// gae-django-cms (GD-cms) 是一个多用户、用python编写、运行在GAE上的CMS, 一、主要功能:文章、分类没有限制(解决了GAE搜索数据只返回1000个结果、效率随返回结果指数增加的问题) 多用户(注册后通过邮箱激活即可)投递文章 用tinymce编辑器,集成picasa相册、或直接把照片上传到GAE数据库 可以导入从wordpress导出的文章 支持缓存,浏览速度很快,添加文章也很快(比wordpress快四五倍) 多国语言支持 支持多主题 代码高亮 RSS Sitemap GD-cms网站演示及文档http://gae-django-cms.appspot.com 二、使用说明:下载后修改app.yaml的application: your_gae_id; 修改settings.py的DEFAULT_FROM_EMAIL = 'yourgmail@gmail.com'; 默认为英文版,修改settings.py的USE_I18N = True#即为中文; 替换/media/images/下的favicon.ico文件; 替换/themes/XXXXXX/images/下的logo.gif、logo.png文件; 上传即可使用 注:默认管理员帐户和密码都是:admin,用户系统独立于google帐户 GD-cms下载地址http://code.google.com/p/gae-django-cms/ 三、进阶使用:也可以自己制作主题,制作主题请参考http://gae-django-cms.appspot.com/cms/show_categories/18_1.html 更多的进阶使用可参考文档http://gae-django-cms.appspot.com/cms/show_categories/18_1.html 使用请尊重他人的劳动果实,保留powered by信息 2009.07.29创建 2009.09.03更新 2009.11.02更新 ScreenshotsMain Page Add/Edit Blog [Less]
Created 4 months ago.