Skip to content

Instantly share code, notes, and snippets.

View AhmadAyyaz1993's full-sized avatar
🤡

Ahmad Ayyaz AhmadAyyaz1993

🤡
View GitHub Profile
@AhmadAyyaz1993
AhmadAyyaz1993 / a- Add "Procfile"
Last active January 18, 2019 18:45 — forked from CleverProgrammer/Procfile
How to Host a Django App on Heroku
# 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