Django's local web server works, but not apaches
Posted
by tipu
on Stack Overflow
See other posts from Stack Overflow
or by tipu
Published on 2010-05-21T19:25:17Z
Indexed on
2010/05/21
20:10 UTC
Read the original article
Hit count: 202
django
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)
© Stack Overflow or respective owner