StartProject CLI command

Hi,
What’s the difference between
(i) “django-admin startproject name”
(ii) "django-admin startproject name . "
why the first command isn’t a good practice?

The "."means that we want to create at the present working directory itself . Hence we are basically mentioning the directory where we want our project to be created in the second command .