Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django South

Forward Class Declaration In Python

I have two classes in order: class A(models): ... class B(models): a = models.ManyToManyFi… Read more Forward Class Declaration In Python

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

Django & South: Adding New Field But DatabaseError Occurs "table Already Exists"

In trying to add a new field to a preexisting Model/table, I get a DatabaseError with 'table al… Read more Django & South: Adding New Field But DatabaseError Occurs "table Already Exists"