Django for ISchoolers: Difference between revisions

imported>Aldeka
imported>Aldeka
Line 103:
** Review the output in your terminal. It should look similar to:
 
<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>
 
Anonymous user