2008/09/10

GAEO 0.1 alpha and reference guides

We decide to release an alpha version of GAEO 0.1. Please try it and report any bug or suggestion to help the 0.1 stable release.

Besides the 0.1-alpha, we add more articles in GAEO's documentation site. You can refer to the usage of each class through the reference page. If you have written something about GAEO, please let us know, thanks :-)

2 Comments:

mattn said...

in http://doc.gaeo.org/tutorials/create-a-simple-blog-by-using-gaeo

application/model/comment.py:
...
from model import Post
...

maybe

...
from model.post import Post
...

ericsk said...

Yes, you're right. It's my mistake