mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
This commit is contained in:
parent
787981f9d1
commit
d17b380653
48 changed files with 137 additions and 160 deletions
|
@ -21,9 +21,9 @@ manually or the :func:`post_process
|
|||
<django.contrib.staticfiles.storage.StaticFilesStorage.post_process>` method of
|
||||
the ``Storage`` class might take care of that.
|
||||
|
||||
Of course, as with all deployment tasks, the devil's in the details. Every
|
||||
production setup will be a bit different, so you'll need to adapt the basic
|
||||
outline to fit your needs. Below are a few common patterns that might help.
|
||||
As with all deployment tasks, the devil's in the details. Every production
|
||||
setup will be a bit different, so you'll need to adapt the basic outline to fit
|
||||
your needs. Below are a few common patterns that might help.
|
||||
|
||||
Serving the site and your static files from the same server
|
||||
-----------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue