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.
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.