GitXplorerGitXplorer
i

kay

public
14 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
1bf28487dc2a273eaa44d442aec8baa6453240b7

Added Japanese docs for timezone_functions() context_processor.

iianlewis committed 14 years ago
Unverified
b9bf1931f82c0d126af81bd958f918120d179e00

Added docs for the timezone_functions() context processor

iianlewis committed 14 years ago
Unverified
44afc2240f65bd6b78df2fa6d348605f0f5b877a

Folded long lines

iianlewis committed 14 years ago
Unverified
40e64de28847dc791c6490fe38266daa3baa61bc

Added tests for Jinja2 lazy loading

iianlewis committed 14 years ago
Unverified
651fc4bab091b3b62bbaf69d4071a0e8d61f9dd6

Ignore PIL ImportError.

ttmatsuo committed 14 years ago
Unverified
27b001ea16f31e0d3bd6d1c23ca1e34662463e35

Merged.

ttmatsuo committed 14 years ago

README

The README file for this repository.

============= 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
  • pytz

Dependencies

  • Google App Engine SDK

    If 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.rst

Online documentation

Questions and Bug Report

Have fun!