Skip to content

Commit 597267f

Browse files
committed
chore: use uv instead of python 3
1 parent 2a2be4b commit 597267f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
User = apps.get_model("auth", "User")
1414

1515
print("🔧 Running migrations...")
16-
subprocess.run(["python3", "manage.py", "migrate"], check=True)
16+
subprocess.run(["uv", "run", "manage.py", "migrate"], check=True)
1717

1818
print("👤 Creating admin user...")
1919
subprocess.run(["uv", "run", "create_admin.py"], check=True)

0 commit comments

Comments
 (0)