Re: manage.py syncdb error

2010-06-13 Thread JRMAbock
it is an optin when that is shown in the command prompt along with sqlite 3 ad the others. Thank you for clearing that up tho I will look at sqlite 3 On Jun 13, 10:37 pm, Russell Keith-Magee wrote: > On Mon, Jun 14, 2010 at 10:22 AM, JRMAbock wrote: > > well ive actually tried setting it to djan

Re: manage.py syncdb error

2010-06-13 Thread Russell Keith-Magee
On Mon, Jun 14, 2010 at 10:22 AM, JRMAbock wrote: > well ive actually tried setting it to django.contrib.backends.dummy > and it says the same thing. Why did you try to set it to dummy? The comment in the settings file says: # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracl

Re: manage.py syncdb error

2010-06-13 Thread JRMAbock
and also, in the code the error message shows up for many different erros that are told to display the improperly configured message On Jun 13, 10:22 pm, JRMAbock wrote: > well ive actually tried setting it to django.contrib.backends.dummy > and it says the same thing. > > On Jun 13, 9:22 pm, raj

Re: manage.py syncdb error

2010-06-13 Thread JRMAbock
well ive actually tried setting it to django.contrib.backends.dummy and it says the same thing. On Jun 13, 9:22 pm, raj wrote: > The problem is obvious, right? Which comment says you to leave the > ENGINE as blank? set it to the db you want, say, sqlite3. > > Rajeesh. -- You received this messa

Re: manage.py syncdb error

2010-06-13 Thread raj
The problem is obvious, right? Which comment says you to leave the ENGINE as blank? set it to the db you want, say, sqlite3. Rajeesh. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googl

Re: manage.py syncdb error

2009-04-29 Thread David
it works now. thanks Kai. On Apr 29, 3:54 pm, Kai Kuehne wrote: > No TOFU please. > > On Thu, Apr 30, 2009 at 12:49 AM, David wrote: > > sorry i can not find a database that table > > 'auth_permission' belongs to. any more hints what i should do? > > Did you FLUSH PRIVILEGES? --~--~-~-

Re: manage.py syncdb error

2009-04-29 Thread Kai Kuehne
No TOFU please. On Thu, Apr 30, 2009 at 12:49 AM, David wrote: > sorry i can not find a database that table > 'auth_permission' belongs to. any more hints what i should do? Did you FLUSH PRIVILEGES? --~--~-~--~~~---~--~~ You received this message because you are

Re: manage.py syncdb error

2009-04-29 Thread David
sorry i can not find a database that table 'auth_permission' belongs to. any more hints what i should do? thanks so much. On Apr 29, 3:35 pm, David wrote: > i see. i should grant priviliges on the database that table > 'auth_permission' belongs to.  let me do it. > > thanks. > > On Apr 29, 3:3

Re: manage.py syncdb error

2009-04-29 Thread David
i see. i should grant priviliges on the database that table 'auth_permission' belongs to. let me do it. thanks. On Apr 29, 3:32 pm, David wrote: > mysql> show grants; > +--­ > + > | Gra

Re: manage.py syncdb error

2009-04-29 Thread David
mysql> show grants; +-- + | Grants for da...@localhost | +-- + | GRANT USAGE ON *

Re: manage.py syncdb error

2009-04-29 Thread Kai Kuehne
Hi, On Thu, Apr 30, 2009 at 12:17 AM, David wrote: > [error message] > anybody knows how to fix it? Grant CREATE permission for your user on that database. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django u

Re: manage.py syncdb error

2006-08-08 Thread abe
Kenneth Gonsalves wrote: > On 08-Aug-06, at 7:37 PM, abe wrote: > > > > > I'm sometimes creating extra models, sometimes deleting an old model, > > and then run syncdb to update the database. > > if you are deleting old model, syncdb wont do it for you > I know, but the complaint is about an cur

Re: manage.py syncdb error

2006-08-08 Thread Kenneth Gonsalves
On 08-Aug-06, at 7:37 PM, abe wrote: > > I'm sometimes creating extra models, sometimes deleting an old model, > and then run syncdb to update the database. if you are deleting old model, syncdb wont do it for you -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/

Re: manage.py syncdb error

2006-08-08 Thread abe
Seth Buntin wrote: > Are you trying to insert initial data into you db when running this > script? not sure exactly what yuo mean by initial data. I'm sometimes creating extra models, sometimes deleting an old model, and then run syncdb to update the database. Eiso --~--~-~--~~--

Re: manage.py syncdb error

2006-08-08 Thread Seth Buntin
Are you trying to insert initial data into you db when running this script? --~--~-~--~~~---~--~~ 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