I did forget one important (and very useful feature) that the runserver
contains -- the automatic reload whenever you modify files. I was just
curious if it provided more debugging information than otherwise would be
provided based upon that statement.

On Sun, Jun 17, 2012 at 6:48 AM, Phang Mulianto <braveh...@gmail.com> wrote:

> The python manage.py runserver    is intended for fast development time to
> kick start the apps.
>
> you don't need to prepare the apache wsgi stack first, especialy if you
> want to try something new like django newcomer. it's took time and
> knowledge to prepare the apache wsgi.
>
> but it still an option if you don't want use the runserver command.
> if you don't want to type it everytime you start the development, make it
> run as service in your devel machine.
>
> it's bundled in django as a development web server, not for production web
> server.
>
> so make it what you like ... it's in the documentation..
>
>
>
> On Sun, Jun 17, 2012 at 12:20 PM, Kurtis Mullins <kurtis.mull...@gmail.com
> > wrote:
>
>> But you still need manage.py runserver for development because it is
>>> specially designed to prioritise debugging over security and performance.
>>
>>
>> Really? I could see the use for it when running an actual debugger but
>> otherwise, I'm not so sure there's any benefit to using it. Do you have any
>> sources or more information on this? This is new information to me. Thanks!
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to