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 53c9806 commit 51d4d39Copy full SHA for 51d4d39
entrypoint.sh
@@ -8,6 +8,7 @@ cd /app/pythonkr_backend
8
export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.localtesting"
9
./manage.py migrate --no-input
10
./manage.py tailwind build
11
+./manage.py loaddata fixtures.json
12
./manage.py collectstatic --clear --noinput
13
export DJANGO_SUPERUSER_PASSWORD=test
14
./manage.py createsuperuser --username test --email [email protected] --noinput
0 commit comments