solved it! there was an error in urls.py
I have an second urls.py inside the app dir and had to fix this:

'myapp.views.start'

to this:

'myproject.myapp.views.start'

seems like relative "paths" are relative to the project's base dir,
instead of the scripts dir.
Still don't understand why it works with the builtin server though...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to