Skip to content

Commit 51d4d39

Browse files
committed
Add loaddata into local testing script
1 parent 53c9806 commit 51d4d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cd /app/pythonkr_backend
88
export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.localtesting"
99
./manage.py migrate --no-input
1010
./manage.py tailwind build
11+
./manage.py loaddata fixtures.json
1112
./manage.py collectstatic --clear --noinput
1213
export DJANGO_SUPERUSER_PASSWORD=test
1314
./manage.py createsuperuser --username test --email [email protected] --noinput

0 commit comments

Comments
 (0)