Project creation
When creating a Django application, you can immediately specify a folder where templates will be stored.
Using the template languages page
- Open Settings dialog, and click the Python Template Languages page.
- In the Template Directories field, click Add, and choose the desired directory in the dialog that opens.
- Apply changes.
Using the context menu command
- In the Project tool window, right-click the desired directory.
- On the context menu, choose , and then click the checked command .
This results in adding the marked directory to the list of template directories in the Python Template Languages page.

