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
whats-open
Commits
92278d73
Commit
92278d73
authored
Oct 03, 2019
by
Michael Lundquist
Browse files
Deleting an old commented out line
parent
6cc2309d
Pipeline
#4850
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
92278d73
...
...
@@ -28,9 +28,6 @@ before_script:
-
python manage.py makemigrations
-
python manage.py makemigrations api
-
python manage.py migrate
# - echo "from django.contrib.auth import get_user_model; User =
# get_user_model(); User.objects.create_superuser('root',
# 'root@srct.gmu.edu', 'root') " | python manage.py shell
-
echo "from django.contrib.auth.models import User; User.objects.filter(username='$WOPEN_SUPERUSER$WOPEN_EMAIL_DOMAIN').delete(); User.objects.create_superuser('$WOPEN_SUPERUSER$WOPEN_EMAIL_DOMAIN', '$WOPEN_SUPERUSER', 'admin')" | python manage.py shell
-
python3 manage.py loaddata --format json categoriesFixture locationFixture openTimeFixture scheduleFixture settingsFixture
whats-open-py3.7
:
...
...
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