In django, which web server used to host website by default? i.e. if we host django powered website locally, at that time which web server is running in django?
Django uses their own web server, which is not supposed to be used in a production setting.
DO NOT USE THIS SERVER IN A PRODUCTION SETTING. It has not gone through security audits or performance tests. (And that’s how it’s gonna stay. We’re in the business of making Web frameworks, not Web servers, so improving this server to be able to handle a production environment is outside the scope of Django.)
source: https://docs.djangoproject.com/en/dev/ref/django-admin/#runserver
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With