My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: python, webframework
Feeds:
People details
Project owners:
  rsyring, compton.troy

Python Simple Model View Template (PySMVT) Web Framework

A web framework for Python based on the Werkzeug WSGI toolkit.

Definitions

Simple (S): the difficulty level involved in using this framework (I hope :)

Model (M): similar to the "M" in MVC. Handles interaction with the database and other data stores.

View (V): Are objects that render a "view" which is ultimately just a string. A View might be an email, web page, or part of a web page. It is responsible for:

Template (T): similar to the "V" in MVC

Action: are objects that interact with the model to accomplish a task. Typical activities of an action might be:

Application: think "C" in MVC. Responsible for setting up the environment and calling the correct View based on URL arguments.









Hosted by Google Code