Django inbuilt server

11 views
Skip to first unread message

prime...@cse.mrt.ac.lk

unread,
Apr 2, 2019, 5:13:03 PM4/2/19
to Django users
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.

PASCUAL Eric

unread,
Apr 3, 2019, 4:23:52 AM4/3/19
to django...@googlegroups.com
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...@googlegroups.com <django...@googlegroups.com> on behalf of prime...@cse.mrt.ac.lk <prime...@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...@googlegroups.com.
To post to this group, send email to django...@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.

Saurabh Jaiswal

unread,
Apr 3, 2019, 5:29:35 AM4/3/19
to django...@googlegroups.com
Django uses wsgi webservers by default.

Reply all
Reply to author
Forward
0 new messages