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 5f29b4b commit 2be616aCopy full SHA for 2be616a
.gitattributes
@@ -0,0 +1 @@
1
+*.sh text eol=lf
WhatIsNEW
entrypoint.sh
@@ -1,7 +1,7 @@
#!/bin/sh
2
3
-echo "Running migrations..."
+echo "Running migrations...."
4
python manage.py migrate
5
6
-echo "Starting server..."
+echo "Starting server...."
7
python manage.py runserver 0.0.0.0:8000
0 commit comments