This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add a Profile in the root folder of your project where manage.py exists and add the line below to your Procfile and replace | |
# project_name with your Project name | |
web: gunicorn project_name.wsgi |