External access to debug django server
I have a django app which will need to receive paypal IPN posts - how can I start my debug server so that it's available on the standard interface rather than the loopback?
This would be just for testing the integration obviously...
Please sign in to leave a comment.