Re: Install version .90 help

2008-09-22 Thread KillaBee
On Sep 19, 8:18 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2008-09-19 at 09:48 -0700, KillaBee wrote: > > > On Sep 19, 9:18 am, KillaBee <[EMAIL PROTECTED]> > > wrote: > > > On Sep 18, 8:34 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > > > wrote: > > > > > On Thu, 2008-09-18 at 1

Re: Install version .90 help

2008-09-19 Thread Malcolm Tredinnick
On Fri, 2008-09-19 at 09:48 -0700, KillaBee wrote: > > > On Sep 19, 9:18 am, KillaBee <[EMAIL PROTECTED]> > wrote: > > On Sep 18, 8:34 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > > wrote: > > > > > On Thu, 2008-09-18 at 15:13 -0700, Carol wrote: > > > > As far as I can see, django-admin.py doe

Re: Install version .90 help

2008-09-19 Thread KillaBee
On Sep 19, 9:18 am, KillaBee <[EMAIL PROTECTED]> wrote: > On Sep 18, 8:34 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > > On Thu, 2008-09-18 at 15:13 -0700, Carol wrote: > > > As far as I can see, django-admin.py doesn't have a subcommand called > > > init. > > > It did in 0.90, We're

Re: Install version .90 help

2008-09-19 Thread KillaBee
On Sep 18, 8:34 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2008-09-18 at 15:13 -0700, Carol wrote: > > As far as I can see, django-admin.py doesn't have a subcommand called > > init. > > It did in 0.90, We're talking about something release in mid-November, > 2005: things have c

Re: Install version .90 help

2008-09-18 Thread Malcolm Tredinnick
On Thu, 2008-09-18 at 15:13 -0700, Carol wrote: > As far as I can see, django-admin.py doesn't have a subcommand called > init. It did in 0.90, We're talking about something release in mid-November, 2005: things have changed a little since then. :-) Regards, Malcolm --~--~-~--~~-

Re: Install version .90 help

2008-09-18 Thread Malcolm Tredinnick
On Thu, 2008-09-18 at 14:55 -0700, KillaBee wrote: > I am working with django .90, and and 1.0. I have a Mysql db in > setting.py that I can login with Mysql Admin. > I am trying to link Django with this DB. I run this command to do > this. > > django-admin.py init I get this error. > > The d

Re: Install version .90 help

2008-09-18 Thread Carol
As far as I can see, django-admin.py doesn't have a subcommand called init. Where you meaning syncdb or startapp or start project or ? Have you done manage.py validate to check your syntax and then manage.py syncdb to upload your new schema to the database? Also check your settings.py file that yo