2๐
โ
If anyone else has this problem, supervisor does not work with ./manage.py
for me but it works just fine with python manage.py
I changed ./manage.py
to python manage.py
and everything works.
PS: I did do chmod +x manage.py
before trying ./manage.py
for people who might think that maybe I didnโt have the permissions in place.
๐คJonathan
- [Django]-How to append string in the end of Django redirect in view?
- [Django]-Django queryset return DurationField value in seconds
Source:stackexchange.com