Ticket #14514: static-files.2.patch
File static-files.2.patch, 939 bytes (added by , 14 years ago) |
---|
-
static-files.txt
222 222 Serving static files in production 223 223 ================================== 224 224 225 The basic outline of putting static files into production a simple: un the225 The basic outline of putting static files into production a simple: run the 226 226 :djadmin:`collectstatic` command when static media changes, then arrange for the 227 227 collected media directory (:setting:`STATICFILES_ROOT`) to be moved to the media 228 228 server and served. … … 396 396 This document has covered the basics and some common usage patterns. For 397 397 complete details on all the settings, commands, template tags, and other pieces 398 398 include in ``django.contrib.staticfiles``, see :doc:`the statcfiles reference 399 </ref/contrib/staticfiles>`. 400 No newline at end of file 399 </ref/contrib/staticfiles>`.