Hello,

I'm looking to use django just as a back-end to handle requests made from
some of the programs the website develops. It is currently setup on an IPB
forum and i would like to be able to access the data stored in the database
in much the same way that you would if it was a django made database.

Example:
user = Member.objects.filter(member_id=12345)

would return a class that i can read the associated data from. such as
>> user.email
>> user.member_group_id

And all of that other interesting information. Im not looking to edit any of
it, but just read from it

Thanks
~Cody Woolaver

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to