Quiz: Heroku Deployment
Test your knowledge of deploying a Django web app to Heroku.
We'll cover the following...
We'll cover the following...
Technical Quiz
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
1 / 7