I'm writing some model code which needs to be reusable in several different applications. I'm running into a lot of name clashing issues, and need to use related_name to disambiguate relationships. To accomplish this, I need some way in my model code to find out the name of the application that it is a part of, so it can use that name for disambiguation purposes. Is there a way to do that?
In other words, is there something called get_application_name() or something similar? Thanks, Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---