Re: Guidance regarding Django Deployment Process

2013-02-09 Thread Aswani Kumar
same here, but i can help you with exp i have, (recently i deployed with nginx+uWSGI) let every one know if you get help from a better linux admin. you can contact me to get basic info which i aquired. On Friday, February 8, 2013 5:37:58 PM UTC+5:30, Kaung Htet Zaw wrote: > > Hi all, > > I am a

search across models

2013-02-02 Thread Aswani Kumar
hi all, i have a big question. how can i perform search queries like on following models RESTAURANT_TYPES = ( ('C', 'Chinese'), ('A', 'American'), ('J', 'Japanese'), ) class city (models.Model): name = models.CharField(max_length=200) class restaurants(models.Model):