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
6f46f656
Commit
6f46f656
authored
Apr 21, 2017
by
David Haynes
Browse files
Merge branch '144-dhaynes-pls' into 2.2-dev
parents
cb682be5
e6eb9b59
Pipeline
#1281
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
startup.sh
View file @
6f46f656
...
...
@@ -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