#1
by
kkll048
Hi, I deployed my app on heroku through pycharm. Attachment 1- is what I see when I open the app. Attachment 2- is what I see on the Resources tab. It says to add a Procfile but I do have it and without any extension. I also have requirements.txt, runtime.txt, _static folder, manage.py. The contents of Procfile are- web: otree runprodserver1of2 worker: otree runprodserver2of2 I want to run my experiments asap but I'm stuck at something probably very simple but I cannot figure it out. Has anyone faced this issue before? Any help is appreciated! Thanks!
#2
by
Chris_oTree
Are you deploying through otree Hub?
#3
by
kkll048
Hi Chris, No I used pycharm.I have always used pycharm and followed the same process as before. Do I need to do it through otree Hub?