bradleywright / gae-microblog
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
app.yaml | ||
| |
index.yaml | ||
| |
jinja2.zip | ||
| |
main.py | ||
| |
models.py | ||
| |
templates/ | ||
| |
web.zip |
README
A Google App Engine Microblogging Engine ---------------------------------------- == Features == * Uses web.py for HTTP requests and URL routing * Uses Jinja2 for templates * HTML 5 * Works in the Google App Engine sandbox Erm, that's it. Mostly an experiment to show it can be done (and easily, too). There are no styles, no admin, no feeds, and virtually nothing else. This is just an experiment. == Dependencies == Both web.py ad Jinja2 are included in their entirety as ZIP files.

