mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
This commit is contained in:
parent
f3a06b06b5
commit
c6290bae9d
17 changed files with 28 additions and 27 deletions
|
@ -197,7 +197,7 @@ admin app (and any other installed apps). This is however not the case when you
|
|||
use any other server arrangement. You're responsible for setting up Apache, or
|
||||
whichever web server you're using, to serve the admin files.
|
||||
|
||||
The admin files live in (:file:`django/contrib/admin/static/admin`) of the
|
||||
The admin files live in (:source:`django/contrib/admin/static/admin`) of the
|
||||
Django distribution.
|
||||
|
||||
We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue