The latest “Two Scoops of Django” book claims to have good info on deploying; I’ve not read it yet.
From: [email protected] [mailto:[email protected]] On Behalf Of Walter Wang Sent: Tuesday, March 04, 2014 11:54 AM To: [email protected] Subject: Re: [ELI5] 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. All your answers has given renewed energy. So from reading all your answers, based on having django 1.6. I should edit the wsgi.py file and I don't have to make a "wsgi file" according to the digital ocean instructions. What about the httpd.conf file? According to sam I should not touch it, but the official documentation for 1.6 says otherwise. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2728636a-1b69-4836-b5f4-bb95c89f39ea%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/DCD75728F460F14586086EA606E83082011A8C8552%40ACEVXCHMBX1001.ADVENTISTCORP.NET. For more options, visit https://groups.google.com/d/optout.

