how could i get a variable from the database in the views

for example i have a model like this:
class Menu (models.Model):
    menu_text=models.TextField(maxlength=200)

and i need to get this variable from the database under certain
condition 
for example when menu_text ='test' then write it in file

Thanks
Mary 


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

Reply via email to