Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pylons

Should We Use Pylons Or Php For Our Webapp?

My friend and I are planning on building a sort of a forum type of webapp. We've used the major… Read more Should We Use Pylons Or Php For Our Webapp?

Run Pylons Controller As Separate App?

I have a Pylons app where I would like to move some of the logic to a separate batch process. I&#… Read more Run Pylons Controller As Separate App?

How To Create/modify The Controller Class Generated By Pylons?

Say I wanted to add some imports to the file generated when I run: paster controller controllern_na… Read more How To Create/modify The Controller Class Generated By Pylons?

Multiple Database Connections With Python + Pylons + Sqlalchemy

I'm trying to implement the proper architecture for multiple databases under Python + Pylons. … Read more Multiple Database Connections With Python + Pylons + Sqlalchemy

Using Pylons Global Variables With JavaScript (escaping Brackets)

I am trying to access a result in a dictionary held in a Python global variable within JavaScript. … Read more Using Pylons Global Variables With JavaScript (escaping Brackets)

Mocking Away The Url Object In Pylons

I want to test a method that calls the pylons.url object. However calling this in the tests leads t… Read more Mocking Away The Url Object In Pylons