I've done a good amount of searching the archives and the wiki on the site looking for the answer to this question. If this has already been answered, please accept my apology for repeating the question and please point me to the answer.
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 into a seperate application that I've written that does not use django otherwise. This other app is a data collection system, collecting the data and dropping it into the db for the django app. Both applications are accessing the same tables and I'd like to not have to write new code in one app (sql) when I can use the django models api if possible. Any pointers on this would be great. Thanks Johnnie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

