On my local development screen I'm using South data migration. I deploy my apps to using git to my production server. I have placed all /south/ folder into my git .ignore file. However, south is still listed in my installed apps.
My question is. Should I include south on the production server also, or just split my setting files out local and production with south only install on local.
How do others handle this?
Thanks