I am attempting to create a django app but I am getting the 'touch' not recognized as internal or external command' error.
C:\Users\blake\Documents\ProgrammingProjects\orwell84\apps> touch __init__.py
'touch' is not recognized as an internal or external command,
operable program or batch file.
my python version is 3.7.3 and my django version is 2.2.4 . Am I missing something ?