On 8/15/06, yun <[EMAIL PROTECTED]> wrote:
>
> I'm currently working through the tutorial using the lastest
> development verison of django, downloaded from subversion. I've
> installed django on an Ubuntu 6.06 linux box, and was wondering why I
> wasn't prompted to create a super user account when I first tryed
> '>manage.py syncdb'. I ask, because I can't seem to get into the admin
> side of the tutorial project at all.
>
> Thanks for any help in advance.
>
You can create a superuser like this:

 manage.py shell
 >>> from django.contrib.auth.create_superuser import createsuperuser
 >>> createsuperuser()

-- 
I like python!
My Blog: http://www.donews.net/limodou
My Django Site: http://www.djangocn.org
NewEdit Maillist: http://groups.google.com/group/NewEdit

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to