[ELI5] how to deploy django

2014-03-03 Thread Walter Wang
I tried my best to follow the various guides out there, but the official documentation here https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/ has different instructions than the instructions here, https://www.digitalocean.com/community/articles/using-mod_wsgi-to-serve-applic

Re: [ELI5] how to deploy django

2014-03-04 Thread Walter Wang
Thanks alot for all your answers, I really appreciate it. I am using ubuntu 12.04 lts hosted on digitalocean. Apache version is 2.2.2 and django is 1.6, I created a virtualenv in the home directory, named myproject, I am using python3.2 as the interpreter in the virtualenv. All your answers ha