We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2be4b commit 597267fCopy full SHA for 597267f
1 file changed
scripts/entrypoint.py
@@ -13,7 +13,7 @@
13
User = apps.get_model("auth", "User")
14
15
print("🔧 Running migrations...")
16
-subprocess.run(["python3", "manage.py", "migrate"], check=True)
+subprocess.run(["uv", "run", "manage.py", "migrate"], check=True)
17
18
print("👤 Creating admin user...")
19
subprocess.run(["uv", "run", "create_admin.py"], check=True)
0 commit comments