Blog

Viewing posts tagged python

Flask on Apache with mod_wsgi

Nowadays making a proxy from an nginx to a gunicorn socket running on supervisor or systemd makes things so easier that most of us even forgot how deployment was before. Recently I was asked to deploy a flask application on already working Apache2 instance. In this blog post I will describe steps and problems using mod_wsgi on Apache.

Date/Time Localization in Django (python-side)

There are two sides in localization in Django framework: Templates and Python-side.