I am running windows xp and django 1.2.1 locally. I was wondering if there is a way to allow outside applications to be able to access a url in my local app.
For example I would like the url: http://www.127.0.0.1:8000/my-url to be able to receive push notifications from a webapp while I am working locally. It's a pain to have to upload my code to a server just to do testing on this one thing everytime I make a simple change.
Thanks for the insight and help.