*2011.03.10 13:48:44 python pycon frameworks pylons flask 20110307
*2011.01.18 19:16:26 python pyramid pylons web_application framework moments_web utc

Pylons is becoming Pyramid which is based on repoze.bfg framework. Good to know if one of the larger frameworks are needed in the future.

pyramid python - Google Search
Python Package Index : pyramid 1.0a1
The Pylons Project Documentation — The Pylons Project Documentation v0.0
The Pyramid Web Application Development Framework — The Pyramid Web Application Development Framework v1.0a9
Installing Pyramid — The Pyramid Web Application Development Framework v1.0a9
Running Pyramid on Google’s App Engine — The Pyramid Web Application Development Framework v1.0a9
Log in to your Bitbucket Account

 

*2009.11.03 14:01:49 python pylons mako

see also python/templates.txt

 

*2009.09.20 14:46:27 python pylons new_pylons_app todo

if using the site templates frequently (and once they stabalize) would be nice to have a paster

 

*2009.09.20 11:46:27 python pylons new_pylons_app test server

paster serve --reload development.ini

view in firefox: | http://localhost:5000/

if no controller has been created, will get a 404

 

*2009.09.20 11:43:11 python pylons new_pylons_app templates

remove public index.html (otherwise it will be default) cd (package)/public #rm index.html bg.png pylons-logo.gif hg rm personnel/public/bg.png hg rm personnel/public/pylons-logo.gif hg rm personnel/public/index.html

#make images and css directories in public: cp -R /c/external/sites/charlesbrandt.com/templates/pylons/public/css public/ #import other default template files: cp -R /c/external/sites/charlesbrandt.com/templates/pylons/templates/* templates/ cp -R /c/external/sites/charlesbrandt.com/templates/pylons/controllers/* controllers/

#be sure to choose if you want the sqlalchemy version (model-sa) or non-sa: cp /c/external/sites/charlesbrandt.com/templates/pylons/model/* model/

update the imports in the controllers you plan to use

update lib/helpers.py to import webhelpers cp /c/external/sites/charlesbrandt.com/templates/pylons/lib/* lib/

 

*2009.09.20 11:39:14 python pylons new_pylons_app

sudo easy_install virtualenv

 

*2009.04.10 09:28:26 python pylons mako local reference
*2009.03.31 15:48:33 python pylons new_pylons_app database

make sure model files have been created cp ../personnel-try1/personnel/model/__init__.py personnel/model/

paster setup-app development.ini

#make sure development.ini is using an open port: vi development.ini

 

*2009.03.31 15:18:54 python pylons new_pylons_app routes

update routes

 

*2009.03.31 14:31:58 python pylons new_pylons_app install egg

python setup.py develop

 

*2009.03.31 13:45:55 python pylons interface

have done this essentially with the main page for contextiskey.com any other modifications should be requested [2008.03.15 10:40] put "hello world" in the middle of the cloud

maybe use inkskape to clean it up a bit? (raster can look cool though)

file:///media/Charles/personal/projects/journal/browser/interface/slice.html

 

*2009.03.31 13:32:52 python pylons new_pylons_app intialize

virtualenv --no-site-packages personnel-virtual

cd personnel-virtual

source bin/activate

easy_install pylons easy_install formalchemy

 

*2009.03.31 13:13:45 python pylons form_alchemy references links
: form_alchemy.txt
formalchemy - Google Code
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy.tables – Rendering collections — FormAlchemy v1.2 documentation
FormAlchemy | Google Groups
Mapper Configuration — SQLAlchemy 0.5.3 Documentation

 

*2009.03.31 13:07:52 python pylons new_pylons_app

paster create -t pylons_fa

cd personnel

hg init cp ../.hgignore .

hg add hg ci -m "new repo for new project"

 

*2009.03.06 15:43:26 python pylons forms toscawidgets
toscawidgets - Google Search
ToscaWidgets: Test Driven Modular Ajax - PyCon 2009 - Chicago - A Conference for the Python Community
ToscaWidgets
Tutorials w.forms v0.9.3dev-20090212 documentation
Pylons oscaWidgets v0.9.5dev-20090212 documentation
Building a Form with tw.forms w.forms v0.9.3dev-20090212 documentation
Using tw.forms with Pylons. Part 1 w.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir w.forms v0.9.3dev-20090212 documentation
ToscaWidgets Cookbook G2 v2.0b6 documentation
Adding Captcha to your Form G2 v2.0b6 documentation
reCAPTCHA: Stop Spam, Read Books
OpenLayers Map Widget G2 v2.0b6 documentation
ToscaWidgets - Documentation
Welcome to tw.dynformsdocumentation! w.dynforms v0.9.0 documentation
Tutorial w.dynforms v0.9.0 documentation
sqlalchemy-migrate - Google Code
miruku rac
miruku vs sqlalchemy-migrate - Google Search
urssus - Google Code
Lateral Opinion
rawdog
WidgetBrowserdocumentation idgetBrowser v0.1 documentation
Installing the WidgetBrowser idgetBrowser v0.1 documentation
Using the WidgetBrowser idgetBrowser v0.1 documentation
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
tw.forms.fields w.forms v0.9.3dev-20090212 documentation
Building a Form with tw.forms w.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir w.forms v0.9.3dev-20090212 documentation
FAQ oscaWidgets rac w.forms
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
Raw WSGI oscaWidgets v0.9.5dev-20090212 documentation
tw.api oscaWidgets v0.9.5dev-20090212 documentation
toscawidgets date field - Google Search
Using Tosc

 

*2009.02.23 15:33:21 python pylons forms
*2009.02.23 11:09:54 python pylons forms
*2009.02.23 09:43:36 python pylons forms
pylons form generation - Google Search
Jonathan Ellis's Programming Blog - Spyced: My half-baked thoughts on Python web frameworks
techspot.zzzeek.org Blog Archive Better Form Generation with Mako and Pylons
Form generation with Mako - Pylons Cookbook - PythonWeb
techspot.zzzeek.org Blog Archive Better Form Generation with Mako and Pylons
Daylife - A New Way to Explore the World
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Welcome // Werkzeug

 

*2009.02.23 09:36:58 python pylons form_alchemy
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy - Google Code
Mapper Configuration — SQLAlchemy 0.5.3 Documentation
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy render errors - Google Search
formalchemy.tables – Rendering collections — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
FormAlchemy | Google Groups
Issue 30 in formalchemy: Key Error in AbstractField._validate [with patch] - FormAlchemy | Google Groups
Trouble with second association on a form - FormAlchemy | Google Groups

 

*2009.02.20 15:56:15 python pylons tosca_widgets general form generation
pylons form generation - Google Search
Jonathan Ellis's Programming Blog - Spyced: My half-baked thoughts on Python web frameworks
techspot.zzzeek.org » Blog Archive » Better Form Generation with Mako and Pylons
Form generation with Mako - Pylons Cookbook - PythonWeb
techspot.zzzeek.org » Blog Archive » Better Form Generation with Mako and Pylons
Daylife - A New Way to Explore the World
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Welcome // Werkzeug

 

*2009.02.20 15:54:52 python pylons tosca_widgets

spent a while today looking into tosca widgets, dbmechanics and db sprockets doesn't quite seem to be in the same place that form alchemy is

 

*2009.02.20 15:54:34 python pylons tosca_widgets
PylonsHQ - Blog
View templates Chapter (Pylons Book)
formalchemy - Google Code
Forms - Pylons Cookbook - PythonWeb
Django | Working with forms | Django Documentation
Max Ischenko’ blog » Blog Archive » Using django.newforms with Pylons
Django | Working with forms | Django Documentation
dbsprockets - Google Code
Source Checkout - dbsprockets - Google Code
toscawidgets - Google Search
ToscaWidgets: Test Driven Modular Ajax - PyCon 2009 - Chicago - A Conference for the Python Community
ToscaWidgets
Pylons — ToscaWidgets v0.9.5dev-20090212 documentation
Building a Form with tw.forms — tw.forms v0.9.3dev-20090212 documentation
Tutorials — tw.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir — tw.forms v0.9.3dev-20090212 documentation
ToscaWidgets Cookbook — TG2 v2.0b5 documentation
Adding Captcha to your Form — TG2 v2.0b5 documentation
reCAPTCHA: Stop Spam, Read Books
OpenLayers Map Widget — TG2 v2.0b5 documentation
Using tw.forms with Pylons. Part 1 — tw.forms v0.9.3dev-20090212 documentation

 

*2009.02.20 13:33:16 python pylons tosca_widgets
*2009.02.20 13:30:34 python pylons tosca_widgets

#2009.02.20 13:29:59 admin@one:/c/downloads/python hg clone http://toscawidgets.org/hg/ToscaWidgets/

 

*2009.02.20 11:38:06 python pylons tosca_widgets

downloading and trying out: sudo easy_install -zmaxd . ToscaWidgets sudo easy_install -zmaxd . tw.forms

 

*2009.02.20 10:12:09 python pylons form_alchemy
*2009.02.17 09:57:38 python pylons form_alchemy

 

*2009.02.17 09:31:23 python pylons form_alchemy
formalchemy pylons - Google Search
formalchemy.ext.pylons – Pylons extensions — FormAlchemy v1.1 documentation
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.1: admin app, composite key support
Forms - Pylons Cookbook - PythonWeb
formalchemy.forms – Form generation — FormAlchemy v1.1 documentation
formalchemy.forms – Form generation — FormAlchemy v1.1 documentation
Jonathan Ellis's Programming Blog - Spyced
formalchemy, no session found - Google Search
formalchemy admin many to many - Google Search
formalchemy - Google Code
QuickTutorial02 - formalchemy - A quick tutorial - Google Code
Faq - formalchemy - Faq - Google Code
formalchemy - Google Code
FormAlchemy | Google Groups
Is it possible to use FormAlchemy without binding a session? - FormAlchemy | Google Groups
Many to many validation - FormAlchemy | Google Groups
formalchemy - Google Code
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.ext.pylons – Pylons extensions — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
InstallingFormAlchemy - formalchemy - Installing FormAlchemy - Google Code
formalchemy form.mako - Google Search

 

*2009.02.12 10:51:58 python pylons sqlalchemy

paster setup-app development.ini

 

*2009.02.12 10:26:16 python pylons sqlalchemy
  • The MetaData object Pylons uses is defined in model/meta.py so is accessed here as meta.metadata whereas in the previous chapter it was defined in the same file so the examples just used metadata.
  • Pylons generated the init_model() function when the project was created. It gets called after the engine has been created each time your application starts from config/environment.py to connect the model to the database.

Caution!

Pylons generates a project to use SQLAlchemy 0.4 but many users will want to use the newer SQLAlchemy 0.5 described in Chapter 7. They are very similar but the transactional=True argument to orm.sessionmaker() in init_model() is deprecated. Instead you should specify autocommit=False. This has exaclty the same behaviour but will not generate a deprecation warning.

change: model/meta.py # SQLAlchemy session manager. Updated by model.init_model() Session = scoped_session(sessionmaker(autoflush=True, autocommit=False))

 

*2009.02.12 10:02:42 python pylons sqlalchemy

#then offline in /c/downloads/python sudo easy_install -f . SQLAlchemy

 

*2009.02.11 16:10:18 python pylons sqlalchemy

cd /c/downloads/python/pylons-eggs sudo easy_install -zmaxd . easy_install -zmaxd . "SQLAlchemy >= 0.5, <=0.5.99"

 

*2009.01.12 20:02:15 python pylons mako ajax toscawidgets
*2009.01.09 10:54:27 python pylons book
*2009.01.09 10:49:07 python pylons authentication
*2009.01.09 08:45:46 python pylons authentication
pylons authkit - Google Search
AuthKit with Pylons - AuthKit Cookbook - PythonWeb
Authentication and Authorization (Page Not Found) - Pylons Book - PythonWeb
Authentication and authorization Chapter (Pylons Book)
The Pylons Book
Toc Chapter (Pylons Book)

 

*2009.01.09 08:30:58 python pylons mako documentation

also downloaded to (see also) /charles/downloads/reference/mako-documentation.html

 

*2009.01.09 08:30:41 python pylons mako caching templates
pylons template cache - Google Search
Caching in Templates and Controllers - Pylons Official Docs - PythonWeb
Mako Documentation - Caching

 

*2009.01.09 08:27:43 python pylons forms file upload
pylons upload - Google Search
Hacking Pylons for handling large file upload - Pylons Cookbook - PythonWeb
A Better Way To Limit File Upload Size - Pylons Cookbook - PythonWeb
File Upload Progress Indicator for Pylons in Launchpad
Home - Pylons Official Docs - PythonWeb
Site Search - PythonWeb
Using twForms with Pylons. Part 1 - ToscaWidgets - PythonWeb
Form Handling - Pylons Official Docs - PythonWeb
ToscaWidgets

 

*2008.12.16 16:11:39 python pylons mako ajax
pylons render output from multiple controllers on one page - Google Search
techspot.zzzeek.org Blog Archive Ajax the Mako Way
View templates Chapter (Pylons Book)
Simplesite tutorial Chapter (Pylons Book)

 

*2008.12.16 16:11:28 python pylons mako
mako template global include - Google Search
Mako Problems
View templates Chapter (Pylons Book)
Mako Documentation - The Mako Runtime Environment

 

*2008.12.01 02:05:50 python pylons references

currently reading pylons_book here may want to point pylons-book.txt here

 

*2008.11.27 11:55:09 python pylons
*2008.11.12 17:46 python pylons content type static_files
*2008.09.30 09:08 python pylons administration rename move app

Jonathan Vanasco Wed, 24 Sep 2008 08:20:09 -0700

I've had to do this before...

you'll want to rename the appropriate files / directories , and then replace all the module name instances in your project

ie: if your project is named ASDFGHJK , then you'll need to rename: /ASDFGHJK /ASDFGHJK/asdfhjk /ASDFGHJK/asdfhjk.egg-info

then do a s/ASDFGHJK/? on the files

there are lots of
import ASDFGHJK from ASDFGHJK import

if you're using a mac, TextWrangler has a great find/replace function that works on directories

if you're using subversion for version control, i generaly like to do it like this: 1- rename files 2- commit 3- find/replace text 4- commit

if you're using git or mercurial, i think you can do the commits in one step. svn needs them in two though.

 

*2008.09.16 21:09 python pylons administration

see also dreamhost pylons-deploy.txt

 

*2008.09.15 20:38 python pylons template models persistence sqlalchemy

forms are closely related to models

you'll need a way to persist the data.

if it's not tied to a specific directory of content, then it should probably be stored in a database of sorts to allow data lookup.

with pylons that probably means using sqlalchemy

if you didn't enable it in your project to begin with, you'll need to do so now following: | http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons

set up meta.py set up model

init_model in __init

configure database string in config (development.ini) sqlalchemy.url = sqlite:///%(here)s/jb-dev.sqlite

environment.py websetup.py

don't forget! paster setup-app development.ini

 

*2008.09.15 20:38 python pylons new_pylons_app models persistence sqlalchemy

forms are closely related to models

you'll need a way to persist the data.

if it's not tied to a specific directory of content, then it should probably be stored in a database of sorts to allow data lookup.

with pylons that probably means using sqlalchemy

if you didn't enable it in your project to begin with, you'll need to do so now following: | http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons

set up meta.py set up model

init_model in __init

configure database string in config (development.ini) sqlalchemy.url = sqlite:///%(here)s/jb-dev.sqlite

environment.py websetup.py

don't forget! paster setup-app development.ini

 

*2008.09.15 13:44 python pylons template forms

to start working with forms, you will new to methods to a class... one to show the form, one to handle the form.

you will also need to import the validate code. (formencode)

layouts and other form validation can be stored with other model code (I'm torn if that is more UI or model validation... pylons seems to go with model validation).

Pylons comes with an easy to use validate decorator, imported by default in your lib/base.py. Using it in your controller is pretty straight-forward:

#this gets the validate decorator. from pylons.decorators import *

 

*2008.09.15 13:44 python pylons new_pylons_app forms

to start working with forms, you will new to add methods to a class... one to show the form, one to handle the form.

you will also need to import the validate code. (formencode)

layouts and other form validation can be stored with other model code (I'm torn if that is more UI or model validation... pylons seems to go with model validation).

Pylons comes with an easy to use validate decorator, imported by default in your lib/base.py. Using it in your controller is pretty straight-forward:

#this gets the validate decorator. from pylons.decorators import *

 

*2008.09.12 09:52 python pylons template

once you have a basic pylons instance created, there are a few things that need to be configured for most sites to get started.

This seems beyond the scope of a basic installation document, but nonetheless should be documented.

from root of project:

 

*2008.09.11 18:02 python pylons template

paster controller name-of-new-controller

start with a main controller:

for simple sites this may be enough. (i.e. sites with only one level deep) for these sites it seems like over kill to make a separate controller for each page if there is really only an index page for each one.

some might argue to just stick with a templating system for a simple site, but just incase needs grow in the future, it is nice to have a framework in place. Pylons doesn't add a lot of bloat to even a simple site... so why not. Also keeps things consistent across projects.

make images and css directories in public:

remove public index.html (otherwise it will be default)

add standard templates

update routes

 

*2008.09.11 18:02 python pylons new_pylons_app controllers

paster controller name-of-new-controller

start with a main controller:

for simple sites this may be enough. (i.e. sites with only one level deep) for these sites it seems like over kill to make a separate controller for each page if there is really only an index page for each one.

It may be adequate to stick with a template system (i.e. manual static, sphynx, webby) for a simple site. On the other hand, if you're comfortable with python and needs grow in the future, it is nice to have a framework in place. Pylons doesn't add a lot of bloat to even a simple site. A framework keeps things consistent across projects.

 

*2008.07.24 11:14 python pylons administration
*2008.07.23 14:30 python pylons references book
pylons display message if exists - Google Search
Authentication and Authorization - Pylons Cookbook - PythonWeb
Simplesite tutorial Chapter (Pylons Book)
#405 ([Patch] Split up @validate) – Pylons – Trac
Toc Chapter (Pylons Book)
Javascript and ajax Chapter (Pylons Book)
Getting started Chapter (Pylons Book)
Urls routing and dispatch Chapter (Pylons Book)

 

*2008.07.16 12:13 python pylons administration
paster server apache - Google Search
Paste Script — Paste Script v1.6.3 documentation
Deployment Chapter (Pylons Book)

 

*2008.07.16 12:12 python pylons database elixir
*2008.07.16 12:09 python pylons sqlalchemy sqlite
Instance is not persisted sqlalchemy - Google Search
SQLAlchemy 0.4 Documentation - module sqlalchemy.orm.session
sqlite show tables - Google Search
sqlite3: A command-line access program for SQLite databases

 

*2008.07.16 12:09 python pylons database sqlite
Instance is not persisted sqlalchemy - Google Search
SQLAlchemy 0.4 Documentation - module sqlalchemy.orm.session
sqlite show tables - Google Search
sqlite3: A command-line access program for SQLite databases

 

*2008.07.16 11:22 python pylons administration

paster serve --stop-daemon

 

*2008.07.16 09:51 python pylons administration
paster make-config "SimpleSite==0.3.0" production.ini
paster make-config "ffm" production.ini

 

*2008.07.16 09:49 python pylons administration

this picks up where installation leaves off

overlap is in starting server:

paster serve --reload development.ini

 

*2008.07.14 17:32 python pylons administration paster daemon server serve

figure out how to run server as a daemon pass --deamon to paster serve: paster serve --daemon --reload development.ini paster serve --daemon --reload production.ini

 

*2008.07.10 20:03 python pylons mako
Pylons Python Web Framework
Pylons Python Web Framework - Docs
Home - Pylons Official Docs - PythonWeb
Mako for people in a hurry - Pylons Cookbook - PythonWeb
Mako Templates for Python
welcome to Mako!
Mako Documentation - Syntax
Form Handling - Pylons Official Docs - PythonWeb
WebHelpers -- Module Reference
FormEncode -- Module Reference
Introducing HInclude

 

*2008.07.10 10:25 python pylons references
pylons sqlalchemy - Google Search
Home - Pylons Official Docs - PythonWeb
Home - Pylons Cookbook - PythonWeb
Making a Pylons Blog - Pylons Cookbook - PythonWeb
Accessing your model outside of Pylons - Pylons Cookbook - PythonWeb
Using SQLAlchemy with Pylons - Pylons Official Docs - PythonWeb
What's new in Pylons 0.9.7? - Pylons Cookbook - PythonWeb

 

*2008.07.10 10:22 python pylons database migrations
*2008.07.07 18:32 python pylons REST controller
paster restcontroller - Google Search
ROTR » Blog Archive » Pylons controller template for REST
Representational State Transfer - Wikipedia, the free encyclopedia
How map.resource enables controllers as services - Pylons Cookbook - PythonWeb
pylons.commands – Command line functions — Pylons v0.9.7 documentation

 

*2008.07.07 14:12 python pylons sqlalchemy elixir
*2008.07.03 13:04 python pylons advanced tools references best_practices
*2008.07.03 13:02 python blog_and_cms pylons blog references
turbogears based blog - Google Search
Blog, CMS, and Wiki software - Pylons Projects - PythonWeb
Site Search - PythonWeb
Making a Pylons Blog - Pylons Cookbook - PythonWeb
Concepts of Pylons - Pylons Cookbook - PythonWeb
Blogging with Django/Turbogears? « dreamcatching
Frog - Python web logging software
About « dreamcatching

 

*2008.06.30 07:13 python pylons

pylons informational links | http://www.google.com/search?hl=en&q=pylons+based+blog&start=20&sa=N | pylons based blog - Google Search | http://blog.micampe.it/articles/2006/11/26/a-tale-of-pylons-python-and-fastcgi-on-dreamhost | A tale of Pylons, Python and FastCGI on Dreamhost | http://blog.micampe.it/ | Michele Campeotto | http://diffle-history.blogspot.com/2007/12/pylons-and-django.html | Diary of a Failed Startup: Pylons and Django | http://my.opera.com/WebApplications/blog/index.dml/tag/Pylons | Pylons - Web Applications Blog | http://truefalsemaybe.com/2008/06/authorization-in-pylons-with-repozewho-part-1-htaccess/ | Authorization in Pylons with Repoze.who (Part 1 - HTAccess) | http://mgratzer.topmind.at/2007/07/04/pylons-framework-as-ruby-on-rails-opponend/ | mgratzer’s Blog » Blog Archive » Pylons Framework as Ruby on Rails opponend | http://www.rexx.com/~dkuhlman/pylons_quick_site.html#creating-an-application | Pylons Quick Site Development | http://www.pylonscasts.com/ | Welcome :: Pylons Screencasts | http://swik.net/pylons | pylons - SWiK | http://www.devchix.com/2007/08/16/restful-thoughts-on-a-web-20-python-project/ | » RESTful Thoughts on a Web 2.0 Python Project - DevChix - Blog Archive | http://wiki.pylonshq.com/display/pylonscookbook/A+Pylons+Controller+with+Trac+as+WSGI+Callable | A Pylons Controller with Trac as WSGI Callable - Pylons Cookbook - PythonWeb | http://wiki.pylonshq.com/display/pylonsdocs/Form+Handling | Form Handling - Pylons Official Docs - PythonWeb

 

*2008.06.29 07:17 python pylons restcontroller

looking in to a CRUD like scaffolding generation script for pylons. didn't see much out there. maybe it's best just to create manually, so you don't have to weed out unnecessary code.

pylons admin generator - Google Search
pails-admin - Google Code
pails-admin - Google Code
crud and dbsprockets problem on tg2 - TurboGears Trunk | Grupos de Google
Paste Script — Paste Script v1.6.3 documentation
News: Paste Script — Paste Script v1.6.3 documentation
URL Parsing With WSGI And Paste — Paste v1.7.1 documentation
Misapplying book terms, Pylons, and the 'end-user'
Django | Weblog | Quote of the day

 

*2008.03.15 10:41 python pylons
*2008.03.15 10:40 python pylons
*2007.11.08 08:48 python pylons wsgi bookmarks