Hi,

The documentation says "The value you use for PythonPath should
include the parent directories of all the modules you are going to
import in your application."

If I have a typical Django project structure:

root
- mysite
-- myapp1
-- myapp2

I should put root on the Python PATH, right?

But when using 'manage.py runserver' it puts mysite on the Python
PATH, but it seems like 'import mysite' is still working. I am
confused.

Can someone help me clarify this? What should go on the Python PATH if
using a typical Django project structure?


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

Reply via email to