Monday, September 3, 2012

Re: Development server won't work from a shared web host

In the 'Running the Development Server' section of this page in the tutorial it states that:
"Although this server is convenient for development, resist the temptation to use it in anything resembling a production environment. The development server can handle only a single request at a time reliably, and it has not gone through a security audit of any sort."

The 'runserver' command should only be used for local development. You need to configure your server to work with Django via wsgi (or a similar method).

Jonathan

On Mon, Sep 3, 2012 at 1:26 PM, ecs1749 <ecs1749@gmail.com> wrote:
I have Django working from a shared host account (westhost).  I was able to follow all of the steps in tutorials 1 & 2 except the part on starting the development server.  Apparently westhost won't let you run that.  Without the development server, how do  I access the Django admin functions?

Thanks,

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/JUTvMucLwLYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Jonathan D. Baker
Developer
http://jonathandbaker.com

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment