Fix shebang in manage.py
This commit is contained in:
parent
b62b8af1cd
commit
5848b83e1e
2 changed files with 1 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue