Wednesday, April 3, 2019

Re: Django inbuilt server

Django uses wsgi webservers by default.

On Wed, Apr 3, 2019 at 1:53 PM PASCUAL Eric <eric.pascual@cstb.fr> wrote:
Hi,

Chances are that you're thinking about "runserver", which is a management command. On Unix based systems (i.e. Linux or MacOS) you start it with :

./manage.py runserver

I'm not exactly sure about Windows, but it should be something as : 

python manage.py runserver

Warning : as stressed in the documentation, this is not a server to be used in production and it is reserved to development and local tests.

Eric


From: django-users@googlegroups.com <django-users@googlegroups.com> on behalf of primeshs.17@cse.mrt.ac.lk <primeshs.17@cse.mrt.ac.lk>
Sent: Tuesday, April 2, 2019 14:36
To: Django users
Subject: Django inbuilt server
 
Hello, I'm a new django user. Can someone please tell me what is the name of django inbuilt server is? I went throughout the internet but I couldn't find a proper answer.

Regards.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1cd87cfb-9b2f-4b02-a2e0-4cb494318532%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/AM0P193MB0308CFC1341078ACDCDBFF388C570%40AM0P193MB0308.EURP193.PROD.OUTLOOK.COM.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOsmX4-GoHKCaTkgw4WnVdoFiPsr1Lp8wViOHXeGzgsH0yavqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment