GitXplorerGitXplorer
i

kay

public
14 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
3c7cdb3b1d9e0bb047dec62050be303561f205d3

Ignore NameError.

ttmatsuo committed 14 years ago
Unverified
37bad445d4f374893d8ef4135d499faa4c01a8db

Added a context processor for timezone.

ttmatsuo committed 14 years ago
Unverified
c2b1fbe36352efc12b912776dd27752f5e2ddedf

Lazy load jinja2.

committed 14 years ago
Unverified
acd6d7f8ad3d8b1ba9395b0db142317b20fc950c

Docs

committed 14 years ago
Unverified
8ed40696642d2a2723fef2e445a767d363266ec6

Avoid ImportError when PIL is not installed on the local machine.

ttmatsuo committed 14 years ago
Unverified
07d926639a0b1edada9f725d5f18a913e148c24c

Avoid DuplicatePropertyError(fixes issue 47).

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!