I'd like to ask for another tip if I haven't got exhausted the limit yet.
I can't see SECRET_KEY when start myenv from Web tab. I can see it when run bash console and run myenv by giving "workon myenv" The result is I got error (no SECRET_KEY) when try to run this command in scheduled task command line:
/home/me/.virtualenvs/myenv/bin/python /home/me/project/app/task.py
Unfortunately I got error (no such command) when a try this one in scheduled task command line
workon myenv /home/me/project/app/task.py
I'd really really like to handle with this before summer.