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

How Do I Use Django South When My App Is Inside Another Directory?

So by default, Django creates apps inside the root project dir. But I moved it inside 'apps'… Read more How Do I Use Django South When My App Is Inside Another Directory?

How To Programmatically Generate The Create Table Sql Statement For A Given Model In Django?

I need to programmatically generate the CREATE TABLE statement for a given unmanaged model in my Dj… Read more How To Programmatically Generate The Create Table Sql Statement For A Given Model In Django?