Deploying Django App stack that's been developed using South?
So, I've my application stack and I'm ready to deploy it to my webserver.
I'm deploying to a fresh, clean and bla开发者_运维技巧nk database, so what command to I run? Do I run ./manage.py syncdb or do I use a South command to setup the database?
./manage.py syncdb
./manage.py migrate
精彩评论