Fix shebang in manage.py

This commit is contained in:
Alexandre Iooss 2021-10-01 09:08:23 +02:00
parent b62b8af1cd
commit 5848b83e1e
2 changed files with 1 additions and 20 deletions

View file

@ -1,4 +1,4 @@
#!/nix/store/32q6ryrb860sksdi1al5djg3pgcpq92l-python3-3.8.11/bin/python
#!/usr/bin/env python3
"""Django's command-line utility for administrative tasks."""
import os
import sys