Graham Dumpleton escribió:
> FWIW, the reason that mod_wsgi documentation uses append() is
> specifically so that it will highlight when people use module names
> that conflict with standard modules. But then, Django is part of the
> problem here in that it allows/encourages people to not use site name
> in package import path. If a package path was always used that
> included site name this wouldn't all tend to be a problem and it
> wouldn't be necessary to be adding the directory settings.py file is
> in to sys.path. Unfortunately people drop the site part of package
> import with the thought that it makes reuse of code between sites
> easier at some point.
> 
> Graham

Yep, thats why I didn't use the project name on my imports.

Regards.

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to