Posts
Setting up Staticman for self-hosted comments
#webdev #python #nodejs #heroku
I finally got Staticman to work, a very cool self-hosted commenting tool for static sites. I now have full control over the commenting function on my blog, and no registration to any provider is needed to post comments.
Read on...Multi-schema Postgres database handling through SQLAlchemy
#database #postgres #python #sqlalchemy
SQLAlchemy is a very mature database toolkit for Python. I am working on a project which uses a postgres database consisting of multiple inter-dependant schemas. I will go through how to reflect such a database using Sqlalchemy's ORM, and how to create migrations on a per-schema basis using alembic.
Read on...
subscribe via RSS