A pedagogical "Quote of the Day" application written using Pylons, Mako, SQLAlchemy, Elixir to act as a tutorial for the pylons framework - http://code.google.com/p/sookti/
Sookti = su+ukti (lit. good words, Kannada)
Concepts implemented in this project.
- Alternate template usage - uses Mako
- Use of Elixir declarative mapping.
- Use of Authkit user authentication module
- Restrict access to parts of application using Authkit
- Login/logout screens
- REST decorators for actions
- Many instances of SQLAlchemy queries
- Many to many relations implemented (Tags to Quotes)
- Use of FormBuild to generate Forms
- Use of FormEncode for form validation
- Template inheritance (Mako)
- Use of Webhelpers module
- Use of pagination