mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed unnecessary code-block directives.
This commit is contained in:
@@ -24,9 +24,7 @@ the alias of ``default`` when no other database has been selected.
|
||||
|
||||
The following is an example ``settings.py`` snippet defining two
|
||||
databases -- a default PostgreSQL database and a MySQL database called
|
||||
``users``:
|
||||
|
||||
.. code-block:: python
|
||||
``users``::
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
|
||||
Reference in New Issue
Block a user