mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Added sphinx substitutions in place of hardcoded version numbers.
Refs #19571
This commit is contained in:
parent
99315f709e
commit
1884868adc
2 changed files with 9 additions and 8 deletions
|
@ -127,13 +127,15 @@ The development server
|
|||
|
||||
Let's verify this worked. Change into the outer :file:`mysite` directory, if
|
||||
you haven't already, and run the command ``python manage.py runserver``. You'll
|
||||
see the following output on the command line::
|
||||
see the following output on the command line:
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
Validating models...
|
||||
|
||||
0 errors found
|
||||
January 06, 2013 - 15:50:53
|
||||
Django version 1.5, using settings 'mysite.settings'
|
||||
|today| - 15:50:53
|
||||
Django version |version|, using settings 'mysite.settings'
|
||||
Development server is running at http://127.0.0.1:8000/
|
||||
Quit the server with CONTROL-C.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue