0π
My guess would be that your manage.py is not configured properly. The first line must define the Python exec to run the script, and not another location like /user/bin/python
. If it is set to /user/bin/python
you will almost certainly have certain packages missing. Ensure that the path you specify is to your virtualenv python location.
π€HavelTheGreat
- [Answer]-XML Rendering in DIV
- [Answer]-How to monitor celery worker status, and restart after being dead?
Source:stackexchange.com