First of all, I know I can manually configure the firewall through IPFW but I hope that the OS X firewall system has an option for this by default.
The problem I am currently having is that when I'm doing web development with Django I get a 'Do you want the application "python" to accept incoming netowrk connections?' every time I save a file within the project.
Note that I need Django to be available throughout the local network since I usually use multiple computers during development (i.e. IE box to test) so I cannot set it to localhost only.
Is there any way to have OS X remember this "Allow" permanently instead of asking every time I save a file?
I will try if I can make pf go around the socketfilterfw to see if that helps. The other options are either annoying or insecure :(
– Wolph Dec 13 '12 at 09:49