Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

More installation issues #100

Open
anerg opened this issue Oct 29, 2012 · 1 comment
Open

More installation issues #100

anerg opened this issue Oct 29, 2012 · 1 comment

Comments

@anerg
Copy link

anerg commented Oct 29, 2012

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):

  • djcelery
  • scrum
    (use ./manage.py migrate to migrate these)

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

Thanks /A

@pmclanahan
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants