I think I've pretty well ruled out python as the issue. It looks to be in the Apache/mod_wsgi setup somewhere. I can start the built-in runserver, "python manage.py runserver
0.0.0.0:8000", and work with it but Apache refuses to work. I've never worked with mod_wsgi or Django before so I'm not sure what's going on yet. For now I'm just using runserver to set everything up while working on the bugs.