Goglides Dev 🌱

Discussion on: Dockerizing your Django- Application!

Collapse
 
roshan_thapa profile image
Roshan Thapa

Goto project location and You can use the following code to generate a requirements.txt file automatically:
$ pip freeze > requirements.txt
for python3
$ pip3 freeze > requirements.txt