On Wed, Apr 29, 2009 at 12:34 PM, Jordash <jordashta...@gmail.com> wrote:

>
> Hey All,
>
> I'm really new to Django (have PHP background)
>
> I'm following this tutorial here:
>
> http://docs.djangoproject.com/en/dev/intro/tutorial01/
>
> And for some reason a super user was never created during the process
> and so I can't login to the /admin directory.  How would I go about
> creating a super user?
>

manage.py has a createsuperuser command you can use for this.  See:
http://docs.djangoproject.com/en/dev/ref/django-admin/#createsuperuser

Karen

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to