On 7/25/07, Toby Dylan Hocking <[EMAIL PROTECTED]> wrote: > However, I thought that the contrib/ subdirectory of the django > distribution would be the most natural place to install it, since it is an > add-on app that is meant to be used by other apps. Can you suggest another > location that would be more appropriate and/or less "confusing"?
There's no need for the application to be in the Django source at all - it just needs to be on the PYTHONPATH. Conventions here are little less certain; putting your code in a 'django-databrowse' package would be reasaonbly consistent with current practice. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---