Fixed a ReST error. Thanks md4d for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cfd0cd1bc9
commit
a78e61b5e9
|
@ -32,9 +32,9 @@ interacting with end users.
|
|||
|
||||
Time zone support is disabled by default. To enable it, set :setting:`USE_TZ =
|
||||
True <USE_TZ>` in your settings file. Installing pytz_ is highly recommended,
|
||||
but not mandatory. It's as simple as::
|
||||
but not mandatory. It's as simple as:
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo pip install pytz
|
||||
|
||||
|
|
Loading…
Reference in New Issue