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

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"

Django Migrations--is It Possible To Use South In The Middle Of The Project?

I already started a project, and the models are all synced and everything. Solution 1: Yes. I thin… Read more Django Migrations--is It Possible To Use South In The Middle Of The Project?