5๐
โ
I believe It is single threaded and blocking so it is easy to debug. if you put a debugger in it will completely halt the server
๐คdm03514
5๐
If you really need another reason on top of that suggested by dm03514, it Iโd probably simply because it was easier to write. Since the dev server Iโd for development only, little effort was spent in making it more complex or able to serve multiple requests. In fact, this is an explicit goal: making it any better would encourage people to use it in a production setting, for which it is not tested.
๐คDaniel Roseman
- [Django]-Set language of template in Django by clicking on <a> link from Bootstrap Dropdown menu
- [Django]-How To Create A Temp File Structure For Testing
- [Django]-How to add custom styling to Forms created with Django CreateView
- [Django]-How to restrict access for staff users to see only their information in Django admin page?
- [Django]-Django charfield with default empty string is required in admin
Source:stackexchange.com