A site should be ready in 6 days. I am not allowed to use any framework such as Django. I am going to use:
Python modules
- HTMLGen to generate HTML code from class-based description
- SQLObject, relational tables onto Python's class model
- ?
Other
- Python 2.5
- A variant of the Postgres schema
- Super Smack for testing the schema
Which modules would you use in the limited time?
Plan
- To generate class model with SQLOject from the schema
- then generate HTML code from the gererated class model with HTMLGen. (changed to Jinja2)
- ?