On Oct 8, 1:07 pm, Dan Ellis <[EMAIL PROTECTED]> wrote:
> So what about all those Django apps with hyphens in their names?

You won't find a Django app that asks you to put a directory with a
hyphen into your Python path.  Usually the pattern is for an app's
human-readable name to look like "django-tagging" or "django-
extensions".  The top-level directory will contain external stuff like
docs, setup.py, etc, and then contain a subdirectory like "tagging" or
"django_extensions" that you actually link into your Python site-
packages.

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