Re: Admin page -Loging in problems

2007-02-05 Thread voltron
Hmm, I reset the database, restarted, invoked syncdb again, now it works :) On Jan 29, 9:20 pm, "voltron" <[EMAIL PROTECTED]> wrote: > Yes I did add the admin app, all models validated properly and I can > start the internal Django server > > On Jan 29, 5:04 am, "Ramdas S" <[EMAIL PROTECTED]> w

Re: Admin page -Loging in problems

2007-01-29 Thread voltron
Yes I did add the admin app, all models validated properly and I can start the internal Django server On Jan 29, 5:04 am, "Ramdas S" <[EMAIL PROTECTED]> wrote: > You have obviously not done something right with settings.py. > > Have you included 'dajngo.contrib.admin' in the installed apps secti

Re: Admin page -Loging in problems

2007-01-29 Thread voltron
Yes I have Ramdas, thast why I cant pull up the admin page, any other ideas? Thanks On Jan 29, 5:04 am, "Ramdas S" <[EMAIL PROTECTED]> wrote: > You have obviously not done something right with settings.py. > > Have you included 'dajngo.contrib.admin' in the installed apps section of > settings.p

Re: Admin page -Loging in problems

2007-01-29 Thread voltron
Any ideas? I`m really stuck On Jan 29, 5:04 am, "Ramdas S" <[EMAIL PROTECTED]> wrote: > You have obviously not done something right with settings.py. > > Have you included 'dajngo.contrib.admin' in the installed apps section of > settings.py. Please check > > Ramdas > On 1/29/07, voltron <[EMAIL

Re: Admin page -Loging in problems

2007-01-28 Thread Ramdas S
You have obviously not done something right with settings.py. Have you included 'dajngo.contrib.admin' in the installed apps section of settings.py. Please check Ramdas On 1/29/07, voltron <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have created my test app with several models, I called syncdb > s

Admin page -Loging in problems

2007-01-28 Thread voltron
Hi, I have created my test app with several models, I called syncdb several times to correct some errors in my models, but not once was I asked to create a superuser. No tracebacks, models ok, I run the interanal Django server, I try to log in from the admin page, but I have no username or p