On Mon, 2008-02-11 at 04:30 -0600, James Bennett wrote:
> On Feb 11, 2008 3:41 AM, Rozita <[EMAIL PROTECTED]> wrote:
> > Can I test another way instead of moving my files?
> 
> You can hack around with your Python import path (Google will teach
> you what that means).
> 
> But you really ought to be developing apps that can live independently
> of a project folder.

There's nothing wrong with putting all your apps together in a
particular folder. It's personal preference whether you want them all in
one folder or in a collection of folders based on collected use. A
mixture of the two isn't unreasonable either.

The significant point is to make sure that your Python path includes the
parent directories of the apps so you can import them directly. Not
where they reside.

Malcolm

-- 
The cost of feathers has risen; even down is up! 
http://www.pointy-stick.com/blog/


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