make new app folder in django templates dir

To create a new app folder in the Django templates directory, follow these steps:

  1. Navigate to the templates directory in your Django project.
  2. Create a new folder within the templates directory using the command "mkdir new_app_name".
  3. Once the folder is created, you can use it to store the HTML templates specific to the new app in your Django project.