We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68780ad commit a78d60cCopy full SHA for a78d60c
scripts/setup
@@ -3,9 +3,12 @@ set -e
3
4
cd "${BASH_SOURCE%/*}"
5
6
-export SERVICE_NAME="replace-me"
+# export SERVICE_NAME="replace-me"
7
+echo $SERVICE_NAME
8
-pipenv install --dev
9
-pipenv run python ../manage.py migrate --noinput
10
-pipenv run python ../manage.py load_fixtures api
11
-pipenv run python ../manage.py collectstatic --noinput --clear
+# pipenv install --dev
+# pipenv run python ../manage.py migrate --noinput
+# pipenv run python ../manage.py load_fixtures api
12
+# pipenv run python ../manage.py collectstatic --noinput --clear
13
+
14
+# wget -O - https://raw.githubusercontent.com/ocadotechnology/codeforlife-template-backend/backend_template/scripts/setup | bash
0 commit comments