On 1/10/07, johnnie pittman <[EMAIL PROTECTED]> wrote: > I'm looking to find out if there's a method to access django models in other > applications outside of the django project structure. What I'm looking to > do is import a model from one of the apps in my project: > > from project.app import models
Have you tried doing exactly that? A Django app is just a python module, so as long as project.app is on your PYTHONPATH when you run manage.py, a simple import should work. 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 -~----------~----~----~----~------~----~------~--~---