RPI-Fraternity-Sorority-Commons-Website / FSC-Website

MIT License
0 stars 0 forks source link

Remote client testing #20

Closed sadam-04 closed 3 weeks ago

sadam-04 commented 3 weeks ago

We should start thinking about making the site mobile-friendly, and testing with real remote (LAN) clients. Django only binds the loopback adapter (127.0.0.1) by default, but it can be overridden by calling runserver <address>:<port> A quick and easy way to launch in a remote-accessible mode would be nice.