Quiz: Heroku Deployment
Test your knowledge of deploying a Django web app to Heroku.
1
A requirements.txt file lets Heroku know which packages the web application requires so that it can run properly on Heroku. This file can be generated using the following command:
A)
pip view > requirements.txt
B)
pip show > requirements.txt
C)
pip freeze > requirements.txt
D)
pip view > runtime.txt
E)
pip freeze > runtime.txt
Question 1 of 70 attempted
Get hands-on with 1400+ tech skills courses.