Hello, I have two projects, they were developed independently. They will be run on the same server and have many things in common (notably some models and templatetags).
While I can import models from another project if it is on PYTHONPATH, I cannot find a way to share templatetags. I don't want to copy them, because maintaining costs would become higher (need to remember to apply bug fixes in both places, for example). Is there a way to import templatetags from another project? Django is really great framework, but I have a gut feeling that Django support for code reuse is significantly worse, than, say, in Plone/ Zope 3. Though it might be because of my relative inexpirience in Django. I would be very grateful if someone will point me to pages/blog entries about how to write Django apps with reusability in mind. Eugene --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

