mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed unnecessary code-block directives in various docs.
This commit is contained in:
parent
45bcc6feac
commit
5e00bd1f77
6 changed files with 17 additions and 48 deletions
|
@ -66,9 +66,7 @@ Enjoy the free API
|
|||
|
||||
With that, you've got a free, and rich, :doc:`Python API </topics/db/queries>`
|
||||
to access your data. The API is created on the fly, no code generation
|
||||
necessary:
|
||||
|
||||
.. code-block:: python
|
||||
necessary::
|
||||
|
||||
# Import the models we created from our "news" app
|
||||
>>> from news.models import Article, Reporter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue