mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Prevented (and corrected) single backtick usage in docs.
This commit is contained in:
parent
4a6f2b63d7
commit
1cdfe8d912
42 changed files with 105 additions and 88 deletions
|
@ -36,7 +36,7 @@ your choice of words.
|
|||
|
||||
.. _message-does-not-appear-on-django-users:
|
||||
|
||||
Why hasn't my message appeared on `django-users`?
|
||||
Why hasn't my message appeared on *django-users*?
|
||||
=================================================
|
||||
|
||||
|django-users| has a lot of subscribers. This is good for the community, as
|
||||
|
|
|
@ -10,7 +10,7 @@ during the development of Django applications.
|
|||
Problems running ``django-admin``
|
||||
=================================
|
||||
|
||||
"command not found: `django-admin`"
|
||||
``command not found: django-admin``
|
||||
-----------------------------------
|
||||
|
||||
:doc:`django-admin </ref/django-admin>` should be on your system path if you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue