How can I turn a PC into a Django web hosting server for use by 50 to 100 users at the same time?
I want to develop an application to manage an organization, which will be used by 50 to 100 users simultaneously.
It will work only on a local network and will not connect to the internet.
I want the application to be developed using web technologies, not desktop applications, and in Python and Django.
How can I turn a PC into a Django web hosting server for use by 50 to 100 users at the same time?
What are the requirements for this device?