Francisco Reyes wrote:

> Maybe is my newbiness... but the install and tutorial docs seem like could
> use some changes. For instance just double-checked to make sure I had not
> missed it. I don't see where it mentions to create a symlink for each
> project.

Probably because you don't have to.

The tutorial tells you to use the standard "startapp" command in the
project directory, and use "runserver" in the same directory. If you do
that, the application will be available via the standard Python path
(which includes the current directory), and everything will just work.

If you want to put things somewhere else, you need to make sure that
the project directory is on the path. There are many ways to do that;
the most common is to set the PYTHONPATH variable.  See your favourite
Python tutorial for more info on the Python path.

</F>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to