mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Removed unsupported rST directive options to fix README rendering on PyPI.
This commit is contained in:
parent
376b5947a8
commit
2ad095ebfa
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue