Skip to content

How to change Template language

biraj6116 edited this page Feb 3, 2018 · 5 revisions

Changing the template language in Python

The perks of changing of Template language will be discussed in the following class but this Will teach how to do so.

Step 1

Open the Pycharm application

Step 2

Press Ctrl+shift+A so that the box appears

Step 3

Type "Python Template Langauge" and press the preference option.

Step 4

Change the language from None to Jinja 2 and press ok.

And voila it's done.

Clone this wiki locally