So I making a small website with django, and I want my colleagues to be able to connect. We all will be using the same router, and although I can ask them to connect via the address I provide http://192.168.100.xxx on port 8000. I decided to make it easier by mapping the address to a name, so they can connect via http://my_server:8000. Although I am unsure on how to come about this. Whether to do it from the router settings, or my system settings.
I've tried searching online on on how to do such, and most articles are come accross are very confusing. I would like someone to give a straightforwards approach to this.
If you only want a couple of your friends to connect, you can a edit the
hosts.txtfile on each of their computers to add a line like thisnote, however, editing the
hosts.txtfile is kinda dangerous and not a scalable solution