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

Does Core Django Supports Migration Without Django-south Or Similar App?

Does Django consists of a migration concept without south app? If not why didn't they include i… Read more Does Core Django Supports Migration Without Django-south Or Similar App?

Django-south Not Detecting Db Changes

I have updated our project from svn and I have new migration files. When I use : ./work/manage.py s… Read more Django-south Not Detecting Db Changes

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?

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 Migrating To A New Database

I just joined a project using Django, and am attempting to initialize my own development server. Wh… Read more Django Migrating To A New Database