On 2/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Thanks for the link!
> Would I really have to set up my backend app as a Django App?
> Is it required to due to some meta-programming magic?
> ie I'd rather not have to run our app via manage.py/django-admin.

You don't have to build a full app -- you just have to have
*something* which establishes the necessary settings for the Django
ORM to know what you have and how to fetch it.

> And then import the shared models.py (shared will probably mean they
> both have copies of), and then use the models objects/instances to do
> my queries?

So long as the settings are configured before this import, and so long
as you have a models file which includes correct Django model
definitions, yes it will work.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to