Alembic Flask Flask Sqlalchemy Migration Python Alembic --autogenerate Producing Empty Migration July 25, 2024 Post a Comment I am trying to use Alembic for the first time and want to use --autogenerate feature described here… Read more Alembic --autogenerate Producing Empty Migration
Django Inherited Migration Model Python Django: Outsource Model Properties With Inheritance To A More General Model March 20, 2024 Post a Comment I have noticed, that I need a generalized model based on a specified model, following example shoul… Read more Django: Outsource Model Properties With Inheritance To A More General Model
Cpython Jython Migration Python Migrating From Cpython To Jython October 03, 2023 Post a Comment I'm considering moving my code (around 30K LOC) from CPython to Jython, so that I could have be… Read more Migrating From Cpython To Jython
Django Django South Migration Python Using Django South To Move From Concrete Inheritance To Abstract Inheritance July 09, 2023 Post a Comment I have an existing Django project that has several models using concrete inheritance of a base clas… Read more Using Django South To Move From Concrete Inheritance To Abstract Inheritance