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

Pyramid Debug Toolbar Serving Static Content Over Http Instead Of Https

On our test servers, we're using the Pyramid debug toolbar, however, it generates http:// links… Read more Pyramid Debug Toolbar Serving Static Content Over Http Instead Of Https

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?

Python - Sqlalchemy: Filter Query By Great Circle Distance?

I am using Python and Sqlalchemy to store latitude and longitude values in a Sqlite database. I hav… Read more Python - Sqlalchemy: Filter Query By Great Circle Distance?

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

Ruby Less Gem Equivalent In Python

The Ruby LESS gem looks awesome - and I am working on a Python/Pylons web project where it would be… Read more Ruby Less Gem Equivalent In Python

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

Pylons Application Internationalization

What the best way to make pylons application internationalist? Solution 1: A Google search finds … Read more Pylons Application Internationalization

Pyramid Debug Toolbar Serving Static Content Over HTTP Instead Of HTTPS

On our test servers, we're using the Pyramid debug toolbar, however, it generates http:// links… Read more Pyramid Debug Toolbar Serving Static Content Over HTTP Instead Of HTTPS