coreblog.org

Aha - framework for Google App Engine

'Aha' is a framework made specially for Google App Engine. Here are some quick instruction getting started with it.

You can get source code from the repository.

http://code.google.com/p/aha-gae/

What is aha

Aha is a web application framework. It has been developed hoping it will be the best way to propagate your 'aha !' into the cloud :-).

Aha has following features.

  • rails like routing
  • class base controller
  • mako template
  • db / query cache
  • form, field generation
  • plugins
  • development with buildout
  • easy to make admin/crud interface
  • interactive debug interface using werkzeug
  • appstats integration
  • easy to use decorator based authentication
  • plagable authentication mecanizm
  • i18n
  • DRY

Where to start

Visit Quickstart for getting started playing with aha. Reading Tutorials would be the good guidance for you :-).

Documents
Tutorials