Skip to content

Commit

Permalink
load test data
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 30, 2024
1 parent 06f548b commit 3154f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/production/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ reset_database() {
echo "CREATE EXTENSION postgis" | ../ENV/bin/python manage.py dbshell --database postgres))
../ENV/bin/python manage.py setup_db --force
../ENV/bin/python manage.py packages -o load_package -a arches_lingo -db -dev -y
../ENV/bin/python manage.py packages -o import_business_data -s tests/fixtures/data/aat_entries_scheme_examples.json -ow overwrite
../ENV/bin/python manage.py packages -o import_business_data -s tests/fixtures/data/aat_entries_concept_examples.json -ow overwrite
}

activate_virtualenv() {
Expand Down

0 comments on commit 3154f44

Please sign in to comment.