I installed Django and can access the test page while on my Raspberry Pi by going to 127.0.0.1:8000.
However, when I am on my LAN and try 192.168.1.23:8000 I get nothing.
I suspect because I'm running apache2, I need to listen or forward the port? If I try 192.168.1.23 I successfully get the /var/www test page showing "it works".