mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 20:05:01 +07:00
11 lines
371 B
HTML
11 lines
371 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
You can work in the Python or Django shell without leaving the IDE.
|
|
Just choose <span class="control">Run Python Console</span> or <span class="control">Run Django Console</span>
|
|
in the <span class="control">Tools</span> menu.</p>
|
|
</body>
|
|
</html> |