Django's local web server works, but not apaches
- by tipu
I've made no changes to the django project after running django-admin.py startproject Twingle
When I run the local web server using python manage.py runserver, I can view the splash page telling me everything is working fine. But when I try to visit that project through apache, it fails. You can see the error at
http://djaffry.selfip.com:8080/
The exception:
Exception Value: No module named Twingle.urls
(the project is Twingle)