1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00

Revert: use __INSTALL_DIR__/venv/bin/python3 as shbang for manage.py

This commit is contained in:
Salamandar 2024-02-20 16:06:41 +01:00
parent 61c70d7f85
commit 5f3981c88c

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!__INSTALL_DIR__/venv/bin/python3
import os
import sys