mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 20:05:01 +07:00
19 lines
737 B
HTML
19 lines
737 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
The easiest way to run a utility of the <span class="code_emphasis">manage.py</span> task is to
|
|
choose <span class="control">Run manage.py Task</span> in the
|
|
<span class="control">Tools</span> menu, or press <span class="shortcut">&shortcut:Django.RunManageTaskAction;</span>.</p>
|
|
<p>
|
|
As you type the name of the utility you want to run, the lookup list shrinks
|
|
to show the matching entries only.</p>
|
|
<p>
|
|
If you type an asterisk, PyCharm will show the complete list of all the available tasks.</p>
|
|
<p class="image">
|
|
<img src="images/managepy.png"></p>
|
|
</body>
|
|
</html>
|