Top "Pylons" questions

emphasizing flexibility and rapid development.

How to efficiently manage frequent schema changes using sqlalchemy?

I'm programming a web application using sqlalchemy. Everything was smooth during the first phase of development when the site was …

python sqlalchemy pylons data-migration migrate
How can I redirect after POST in Pyramid?

I'm trying to have my form submit to a route which will validate the data then redirect back to the …

python post redirect pylons pyramid
Should I use Pylons or Pyramid?

I was planning to move from Django to Pylons, but then I bumped into Pyramid. What are the differences between …

python pylons pyramid
Pylons: address already in use when trying to serve

I'm running pylons and I did this: paster server development.ini It's running on :5000 But when I try to run …

python nginx pylons paste paster
How to use OpenID in RESTful API?

I'm building Pylons-based web application with RESTful API, which currently lacks any authentication. So I'm going to implement that and …

api rest openid pylons
Django vs. Pylons

I've recently become a little frustrated with Django as a whole. It seems like I can't get full control over …

python django grails pylons
Is Pyramid ready/recommended for prime time?

I was wandering around testing various options for my new personal project, ranging from PHP, to node.js, to Haskell. …

python pylons pyramid
With sqlalchemy how to dynamically bind to database engine on a per-request basis

I have a Pylons-based web application which connects via Sqlalchemy (v0.5) to a Postgres database. For security, rather than follow …

python postgresql web-applications sqlalchemy pylons
SQLAlchemy "event.listen" for all models

I have fields created_by and updated_by in each models. These fields are automatically filled with sqlalchemy.event.listen (…

python sqlalchemy pylons
Full text search engine for Python

I'm searching for a Python full text search engine. I took a look at PyLucense, but I think that using …

python sqlite full-text-search sqlalchemy pylons