I have a webapp built with Django. I\'m currently running it off a laptop at home behind a router.
I have the router configured to route all traffic sent to a specific
If you find that this occurs with a url derived from the get_absolute_url() method of a model, you should use pass that path to HttpRequest.build_absolute_url() in order to prepend the hostname and port to the path.