Tagged Questions

3
votes
3answers
337 views

How to ensure database changes can be easily moved over DVCS using django

Overview I'm building a website in django. I need to allow people to begin to add flatpages, and set some settings in the admin. These changes should be definitive, since that information comes ...
0
votes
1answer
48 views

How to keep multiple machines synced with South and Git

So, although I enjoy South, I've had constant issues with this particular workflow: migrate a few times on machine A periodically push changes to Git after a long period, return to machine B pull ...