If you've worked with Django much at all, I'm sure you've had this problem: wanting to access the built-in development webserver remotely. Typically, this integrated mini-server ignores all requests from any IP Address other than 127.0.0.1 . If you run the following command, however, it will be accessible remotely. VERY useful for remote dev work.
manage.py runserver 0.0.0.0:8000
Enjoy!
Development , Django , Python
Related Reading
Remote TextMate Development via SSH and Rsync
I am a huge fan of TextMate. In my opinion, it is by far the greatest text editor ever conceived by mankind. It has a couple of shortcomings, however. One of which is that it has no built-in FTP or SFTP support. Remote file editing is a bit of a bear here if you like to view folders in the project d...
OSX + MAMP + Python + PHP + MySQL
If you're a web developer who uses MAMP in conjunction with anything other than PHP,
I'm sure you've had quite a large bit of frustration involving multiple MyQL instances.
Not any more! This simple chain of commands will save you days upon days of troubles:
$ sudo rm /tmp/mysql.sock$ sudo ln -s /Ap...
Free Direct Download: Microsoft Office 2007
Have you ever had the problem of losing an installation CD? This happened to me the other day when I needed to install Microsoft Office 2007. I found an easy solution, however, and I'd like to share it with you: Direct Downloads of Microsoft Office 2007 in all flavors. Completely legal! All you need...