Skip to content

Commit

Permalink
Merge pull request #89 from TimHi/fix-docker-compose-startup-windows
Browse files Browse the repository at this point in the history
Fix docker compose startup on windows by adding split flag
  • Loading branch information
sirodoht authored Nov 15, 2024
2 parents ff5a914 + 61619ad commit d1757ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env -S python
"""Django's command-line utility for administrative tasks."""

import os
Expand Down

0 comments on commit d1757ea

Please sign in to comment.