I've been developing a django web-application for three months now, and I'd like to set it to production. I'm currently using South as database schema manager and I haven't got any clue on how to export my application databases schemas and content, and my project code to another directory; in order to set my production environment.
Any clue on how to do this?
Thank you.
I use the approach documented here. With this arrangement, you have common, production, dev, and test settings. Works for me.