Removed unsupported rST directive options to fix README rendering on PyPI.

This commit is contained in:
Jannis Leidel 2016-01-04 20:52:18 +01:00
parent 376b5947a8
commit 2ad095ebfa

View file

@ -71,7 +71,6 @@ of the appropriate starter functions, e.g. a typical **manage.py** using
django-configurations would look like this:
.. code-block:: python
:emphasize-lines: 10
#!/usr/bin/env python
@ -93,7 +92,6 @@ Notice in line 10 we don't use the common tool
The same applies to your **wsgi.py** file, e.g.:
.. code-block:: python
:emphasize-lines: 6
import os