Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Applications

Heroku R10 Boot Timeout Error

I have deployed a small web app on Heroku made using Bottle framework in Python. I have no clue why… Read more Heroku R10 Boot Timeout Error

Django Session's Lifetime In Development Server

I am messing around with Session in my webapp at the moment and I noticed that whenever I restart t… Read more Django Session's Lifetime In Development Server

Reusing Database Connection For Multiple Requests

If I don't need transactions, can I reuse the same database connection for multiple requests? F… Read more Reusing Database Connection For Multiple Requests

How Can I Run My Python Script From Within A Web Browser And Process The Results?

I have a written a short python script which takes a text and does a few things with it. For exampl… Read more How Can I Run My Python Script From Within A Web Browser And Process The Results?

File Downloaded Always Blank In Python, Django

I am using the following view in Django to create a file and make the browser download it def a… Read more File Downloaded Always Blank In Python, Django

How To Programmatically Communicate With Apache?

So many web applications these days run on their own microservers, it can be hard to implement them… Read more How To Programmatically Communicate With Apache?