mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 19:12:18 +07:00
14 lines
365 B
HTML
14 lines
365 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>If you are going to use Django live templates, make sure that Django is selected
|
|
as the default Python template language in the Settings / Preferences dialog:
|
|
</p>
|
|
<p class="image">
|
|
<img src="images/default_template_language.png"></p>
|
|
|
|
</body>
|
|
</html>
|