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 a776754 commit 5753babCopy full SHA for 5753bab
test_app/scripts/container_startup_uwsgi.sh
@@ -12,7 +12,7 @@ echo "settings.DATABASE ..."
12
$PYTHON manage.py shell -c 'from django.conf import settings; print(settings.DATABASES)'
13
14
$PYTHON manage.py migrate
15
-$PYTHON manage.py collectstatic --clear --noinput
+$PYTHON manage.py collectstatic --noinput
16
DJANGO_SUPERUSER_PASSWORD=password DJANGO_SUPERUSER_USERNAME=admin [email protected] $PYTHON manage.py createsuperuser --noinput || true
17
$PYTHON manage.py authenticators --initialize
18
$PYTHON manage.py create_demo_data
0 commit comments