Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
e6eb9b59
Commit
e6eb9b59
authored
Apr 19, 2017
by
David Haynes
🙆
Browse files
Full name now set in Docker for dhaynes3
- you no longer have to hack in dhayne's full name!
parent
eccbed61
Pipeline
#1274
passed with stage
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
startup.sh
View file @
e6eb9b59
...
...
@@ -9,4 +9,5 @@ python go/manage.py makemigrations
python go/manage.py makemigrations go
python go/manage.py migrate
python go/manage.py createsuperuser
--noinput
--username
=
$superuser
--email
=
$superuser$GO_EMAIL_DOMAIN
echo
"from django.contrib.auth import get_user_model; User = get_user_model(); me = User.objects.get(username='
$superuser
'); me.first_name = 'David'; me.last_name = 'Haynes'; me.save(); "
| python go/manage.py shell
python go/manage.py runserver 0.0.0.0:8000
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment