Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 7, 2023
1 parent c10ac23 commit 8c7adbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python manage.py runserver


```bash
make populate_db
python manage.py loaddata fixtures/validation_fixtures.json
```


Expand Down
8 changes: 2 additions & 6 deletions clevercloud/review_app_after_succes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ if [ "$SKIP_FIXTURES" = true ] ; then
exit
fi

echo "Loading data"



cd $APP_HOME
source ../venv/bin/activate
source ./venv/bin/activate

echo "Loading data"
python manage.py loaddata fixtures/validation_fixtures.json

0 comments on commit 8c7adbc

Please sign in to comment.