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...@cse.mrt.ac.lk <primeshs...@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+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com<mailto: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<https://groups.google.com/d/msgid/django-users/1cd87cfb-9b2f-4b02-a2e0-4cb494318532%40googlegroups.com?utm_medium=email&utm_source=footer>. 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+unsubscr...@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.