Re: No superuser account

2007-08-07 Thread Hongqing Li
Hi Ramdas, I figured out that I need more previliges for the website account in the database to create a superuser account. thanks for all your replies, On 8/7/07, Ramdas S <[EMAIL PROTECTED]> wrote: > > Do you have 'django.contrib.admin' in your apps in settings.py? > > On 8/7/07, hongqing <[EM

Re: No superuser account

2007-08-07 Thread Ramdas S
Do you have 'django.contrib.admin' in your apps in settings.py? On 8/7/07, hongqing <[EMAIL PROTECTED]> wrote: > > > That is when nothing happened with my experience. Frist-time-sync did > not ask me to create the superuser account. > > On Aug 7, 10:44 am, "Kai Kuehne" <[EMAIL PROTECTED]> wrote:

Re: No superuser account

2007-08-07 Thread hongqing
That is when nothing happened with my experience. Frist-time-sync did not ask me to create the superuser account. On Aug 7, 10:44 am, "Kai Kuehne" <[EMAIL PROTECTED]> wrote: > Hi, > > On 8/7/07, hongqing <[EMAIL PROTECTED]> wrote: > > > Hi, > > [Problem] > > Anyone have suggestions about this pr

Re: No superuser account

2007-08-07 Thread Kai Kuehne
Hi, On 8/7/07, hongqing <[EMAIL PROTECTED]> wrote: > Hi, > [Problem] > Anyone have suggestions about this problem? >From the tutorial: "you'd like to create a superuser account for the authentication system." On the first-time-sync you type in username and password as superuser account for your

No superuser account

2007-08-07 Thread hongqing
Hi, I just start to play with django, and I am following the tutorial to create mysite. however, at one point, the tutorial says the "python manage.py syncdb" will ask for superuser account name and password. but it did not happen in my case. the consequence is that when I setup the admin site,