Thanks everyone! This was all very useful advice. Wish I had known all this days ago...
On Tue, Jul 30, 2013 at 9:00 AM, Javier Guerra Giraldez <jav...@guerrag.com>wrote: > On Tue, Jul 30, 2013 at 10:48 AM, Jared Nielsen <nielsen.ja...@gmail.com> > wrote: > > I started setting up Apache with mod_wsgi, but ran into innumerable > config > > errors. After some Googling about, I found a number of suggestions to use > > lighttpd instead. Installed that and more troubleshooting. And what's > this > > about gunicorn? > > > if you're a total beginer, and doesn't have any previous experience > setting up and deploying web servers, I'd advice to just avoid the > issue until you're comfortable with Django itself. > > IOW: stay with the development server (the one that runs with "python > manage.py runserver"). When you have a project or two that want to > deploy, then start planning your deployment strategy. > > in any case, i think many people agree that gunicorn is one of the > easiest to setup. I myself like nginx+uWSGI, and many others like > Apache+mod_wsgi, but none of these are needed for development. > > -- > Javier > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/W6r8f-Ec7lY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- http://jarednielsen.com http://thehelloworldprogram.com http://dototot.com -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.