RE: [ELI5] how to deploy django

2014-03-18 Thread Sells, Fred
] how to deploy django 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

Re: [ELI5] how to deploy django

2014-03-04 Thread voger
Hi, I am using Debian Wheezy and this is my configuration. This is the content of /etc/apache2/sites-available/mysitedomain.com. I made this file following the official django docs. Keep in mind that this is a deployed for testing purposes site so both static files and django files are served

Re: [ELI5] how to deploy django

2014-03-04 Thread Daniel Roseman
On Tuesday, 4 March 2014 16:53:32 UTC, Walter Wang wrote: > > 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

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

Re: [ELI5] how to deploy django

2014-03-04 Thread Alan Hicks
On 04/03/2014 03:36, Walter Wang wrote: 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/

Re: [ELI5] how to deploy django

2014-03-04 Thread Daniel Roseman
On Tuesday, 4 March 2014 07:28:04 UTC, Sam Lai wrote: > > On 4 March 2014 14:36, Walter Wang > > wrote: > > 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 > > differ

Re: [ELI5] how to deploy django

2014-03-03 Thread Sam Lai
On 4 March 2014 14:36, Walter Wang wrote: > 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/

[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