Site icon JnPnote

Following Django Tutorial (Todo App)-Part6

This post will be about adding .gitignore and requirements.txt files.
Unlike 5 previous posts, it is not on the JustDjango Learn website free tutorial.
However, since I need to push to git and this project will be in public, I need those two files.

Still, JustDjango Learn website explains easily, so recommend to go to watch their videos.

1. .gitignore

2. requirements.txt

pip freeze > requirements.txt

Exit mobile version