19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 |
21 <table> |
21 <table> |
22 |
22 |
23 <tr> |
23 <tr> |
24 <td><a href="#DjangoNoSiteSelectedException">DjangoNoSiteSelectedException</a></td> |
24 <td><a href="#DjangoNoSiteSelectedError">DjangoNoSiteSelectedError</a></td> |
25 <td>Exception thrown to signal, that there is no current site.</td> |
25 <td>Exception thrown to signal, that there is no current site.</td> |
26 </tr> |
26 </tr> |
27 <tr> |
27 <tr> |
28 <td><a href="#Project">Project</a></td> |
28 <td><a href="#Project">Project</a></td> |
29 <td>Class implementing the Django project support.</td> |
29 <td>Class implementing the Django project support.</td> |
38 <table> |
38 <table> |
39 <tr><td>None</td></tr> |
39 <tr><td>None</td></tr> |
40 </table> |
40 </table> |
41 <hr /> |
41 <hr /> |
42 <hr /> |
42 <hr /> |
43 <a NAME="DjangoNoSiteSelectedException" ID="DjangoNoSiteSelectedException"></a> |
43 <a NAME="DjangoNoSiteSelectedError" ID="DjangoNoSiteSelectedError"></a> |
44 <h2>DjangoNoSiteSelectedException</h2> |
44 <h2>DjangoNoSiteSelectedError</h2> |
45 |
45 |
46 <p> |
46 <p> |
47 Exception thrown to signal, that there is no current site. |
47 Exception thrown to signal, that there is no current site. |
48 </p> |
48 </p> |
49 <h3>Derived from</h3> |
49 <h3>Derived from</h3> |
1758 Public method to get the list of recent applications. |
1758 Public method to get the list of recent applications. |
1759 </p> |
1759 </p> |
1760 <dl> |
1760 <dl> |
1761 <dt>Return:</dt> |
1761 <dt>Return:</dt> |
1762 <dd> |
1762 <dd> |
1763 list of recent applications entries (list of strings) |
1763 list of recent applications entries |
|
1764 </dd> |
|
1765 </dl> |
|
1766 <dl> |
|
1767 <dt>Return Type:</dt> |
|
1768 <dd> |
|
1769 list of str |
1764 </dd> |
1770 </dd> |
1765 </dl> |
1771 </dl> |
1766 <a NAME="Project.getRecentDatabaseNames" ID="Project.getRecentDatabaseNames"></a> |
1772 <a NAME="Project.getRecentDatabaseNames" ID="Project.getRecentDatabaseNames"></a> |
1767 <h4>Project.getRecentDatabaseNames</h4> |
1773 <h4>Project.getRecentDatabaseNames</h4> |
1768 <b>getRecentDatabaseNames</b>(<i></i>) |
1774 <b>getRecentDatabaseNames</b>(<i></i>) |
2119 access mode |
2125 access mode |
2120 </dd> |
2126 </dd> |
2121 </dl> |
2127 </dl> |
2122 <a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> |
2128 <a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> |
2123 <h4>QProcess.startDetached (static)</h4> |
2129 <h4>QProcess.startDetached (static)</h4> |
2124 <b>startDetached</b>(<i>args=None, path=''</i>) |
2130 <b>startDetached</b>(<i>args=None, path=""</i>) |
2125 |
2131 |
2126 <p> |
2132 <p> |
2127 Public static method to start the given program (cmd) in a new process, |
2133 Public static method to start the given program (cmd) in a new process, |
2128 if none is already running, passing the command line arguments in args. |
2134 if none is already running, passing the command line arguments in args. |
2129 </p> |
2135 </p> |