Re: mysql setting eror

2009-07-23 Thread Saketh
Looks like I learned something too. :) Sincerely, Saketh On Thu, Jul 23, 2009 at 1:32 PM, Sonal Breed wrote: > > Saketh, > I got the problem, it was the quotes around username and localhost, > The command for mysql should be > GRANT ALL ON django_db.* TO sonal@'ocalhost ID

Re: mysql setting eror

2009-07-23 Thread Saketh
You seem to be accessing 'mygodb' from your django config, for which so...@localhost might not have permissions. Is this the case? Sincerely, Saketh On Thu, Jul 23, 2009 at 12:42 PM, Sonal Breed wrote: > > Hi all, > > I am migrating my project from sqlite3 to mysql.

Re: urls.py import() usage?

2009-07-23 Thread Saketh
Joshua, could you clarify what you mean by "not in the url pattern list?" Sincerely, Saketh -- Saketh Bhamidipati Harvard College '11 http://people.fas.harvard.edu/~svbhamid/ On Thu, Jul 23, 2009 at 11:33 AM, Joshua Russo wrote: > On Thu, Jul 23, 2009 at 2:18 PM, M

Re: django profiles :: choices form?

2009-07-21 Thread Saketh
Thanks, Léon -- this was exactly what I was looking for! Sincerely, Saketh On Tue, Jul 21, 2009 at 6:37 AM, Léon Dignòn wrote: > > You might take a look at this: > http://docs.djangoproject.com/en/dev/ref/models/fields/#ref-models-fields >

django profiles :: choices form?

2009-07-20 Thread Saketh
e found so far is here: http://birdhouse.org/blog/2009/06/27/django-profiles/. Is there a way that I can use the list box to work with the three- valued field? Also, is there a more natural way to represent the finitely-valued field in the model itself? Thanks! -Saketh --~--~-~--~~