You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2019. It is now read-only.
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:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Not synced (use migrations):
(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
The text was updated successfully, but these errors were encountered: