Django for ISchoolers: Difference between revisions

Content added Content deleted
imported>Aldeka
imported>Aldeka
Line 103: Line 103:
** Review the output in your terminal. It should look similar to:
** Review the output in your terminal. It should look similar to:


<code>Validating models...
<code>Validating models...<br>
0 errors found.<br>

0 errors found.


Django version 1.2, using settings 'myproject.settings'

Development server is running at http://127.0.0.1:8000/


Django version 1.2, using settings 'myproject.settings'<br>
Development server is running at http://127.0.0.1:8000/<br>
Quit the server with CONTROL-C.</code>
Quit the server with CONTROL-C.</code>