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 7b58b0f commit 51226f9Copy full SHA for 51226f9
entrypoint.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+
3
+# Make migrations and migrate the database.
4
+echo "Making migrations and migrating the database. "
5
+python manage.py makemigrations --noinput
6
+python manage.py migrate --noinput
7
+python manage.py collectstatic --noinput
8
+exec "$@"
0 commit comments