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

Alembic --autogenerate Producing Empty Migration

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: Outsource Model Properties With Inheritance To A More General Model

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

Migrating From Cpython To Jython

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

Using Django South To Move From Concrete Inheritance To Abstract Inheritance

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