On Jul 25, 3:49 pm, Joe_20 <[EMAIL PROTECTED]> wrote:
> Im using trunk and when i do  syncdb  it just can't fine the part
> where it prompts for the superuser so i start to look for and i found
> it but it says that i dont have configure my db engine, and i do have
> that in my setting of my projecto, is there any other way to create a
> superuser

Ensure you have django.contrib.admin in your INSTALLED_APPS, and that
you have an appropriate DB engine/schema in your DATABASE_ENGINE
string. Once you've done that, you can python manage.py syncdb - if
you have already done this (with the admin app listed), then python
manage.py createsuperuser should work as well.

It will still fail if you haven't filled in those fields I've
mentioned, though.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to