I am new to Django.
Every time I install new library using pip
, I have to run pip freeze -l > requirements.txt
and sometimes I forget this ( and error happens at my production environment).
What's the best way to run this command automatically when I install new packages...?
I am using:
Django==1.11.5
Python 3.6.1