Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 17, 2024
1 parent 082f47d commit da1455f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd "${BASH_SOURCE%/*}"

source ./setup

pipenv run python ../manage.py runserver "$@"
pipenv run python ../manage.py runserver localhost:8000
3 changes: 3 additions & 0 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set -e

cd "${BASH_SOURCE%/*}"

export SERVICE_IS_ROOT="1"
export SERVICE_NAME="portal"

pipenv install --dev
export STATIC_MODE="default" # TODO: Remove after RR FE restructure
pipenv run python ../manage.py migrate --noinput
Expand Down

0 comments on commit da1455f

Please sign in to comment.