Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinchengx/o-kay-blog-wih-kay-0.10.0
Getting the O'Kay Blog to work with Kay Framework Trunk
https://github.com/calvinchengx/o-kay-blog-wih-kay-0.10.0
Last synced: 26 days ago
JSON representation
Getting the O'Kay Blog to work with Kay Framework Trunk
- Host: GitHub
- URL: https://github.com/calvinchengx/o-kay-blog-wih-kay-0.10.0
- Owner: calvinchengx
- License: other
- Created: 2010-06-16T06:57:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-16T07:00:03.000Z (over 14 years ago)
- Last Synced: 2024-11-16T01:37:14.122Z (3 months ago)
- Homepage:
- Size: 4.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
=============
Kay Framework
=============What's this
-----------Kay is a web framework completely specialising on Google App
Engine. But basic design is based on the Django framework, like
middleware, settings and pluggable application, etc. Kay uses Werkzeug
as lower level framework, uses Jinja2 as template engine, uses babel
for handling language translations. This software is distributed under
BSD license. See LICENSE for the details.The software that Kay bundles
-----------------------------
* babel
* jinja2
* simplejson
* werkzeug
* pytzDependencies
------------
* Google App Engine SDKIf you installed zip version of the SDK(most unix style operation
system users are so), don't forget to create a symlink pointed to
the real SDK at /usr/local/google_appengine.
.. code-block:: bash$ sudo ln -s /some/whare/google_appengine /usr/local/google_appengine
Manuals
-------* quickstart
docs/source/quickstart.rst* URL Mapping
docs/source/urlmapping.rst* Form manual
docs/source/forms-usage.rst* i18n
docs/source/i18n.rst* Management script
docs/source/manage_py.rst* Using Authentication
docs/source/auth.rstOnline documentation
--------------------* English
http://kay-docs.shehas.net/* Japanese
http://kay-docs-jp.shehas.net/Questions and Bug Report
------------------------* Please visit Kay framework google group.
http://groups.google.com/group/kay-users
* Or, contact the project leader directly.
Takashi Matsuo* Code site
http://code.google.com/p/kay-framework/Have fun!