mozilla / scrumbugz

Scrummy look at Bugzilla data. Discuss in #scrum on irc.mozilla.org.
http://scrumbugz.rtfd.org
Other
32 stars 20 forks source link

More installation issues #100

Open anerg opened 11 years ago

anerg commented 11 years ago

I've now followd the installation instructions and at the end it says "log in with admin user you setup while installing". The thing is that I didn't get any question about admin user/pass during installation.

Is it during ./manage.py syncdb I should have setup admin user? This is the output I got from that command:

@cherrypie:~/repos/scrumbugz ]% ./manage.py syncdb [10:30/pts/3/1] Syncing... Creating tables ... Installing custom SQL ... Installing indexes ... Installed 0 object(s) from 0 fixture(s)

Synced:

django.contrib.auth django.contrib.contenttypes django.contrib.sessions django.contrib.sites django.contrib.messages django.contrib.staticfiles django.contrib.admin floppyforms bugzilla south

Not synced (use migrations):

Is there a way to easily (re-)create admin user from the command line? Or am I missing something here?

Thanks /A

pmclanahan commented 11 years ago

Huh. Django should have asked you to setup a user during syncdb, you're right. Since it didn't, you can run ./manage.py createsuperuser, and it'll ask you for a username and password.