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, I can not login.

Anyone have suggestions about this problem?

thanks,

hongqing


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 django project. Use that account
to login to your admin page.

Kai

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 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 django project. Use that account
> to login to your admin page.
>
> Kai


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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:
> > 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 django project. Use that account
> > to login to your admin page.
> >
> > Kai
>
>
> >
>

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 <[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:
> > > 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 django project. Use that account
> > > to login to your admin page.
> > >
> > > Kai
> >
> >
> >
> >
> >
>
> >
>

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---