django/docs/howto
Carl Meyer 0bf5fbfa76 Some tweaks to the staticfiles docs to clarify things for new users. Thanks Jannis and brutasse for review and discussion.
* Rearranged 'in a nutshell' usage docs to clarify app-dirs vs STATICFILES_DIRS, initially focus on the simplest path to working local dev, and remove the need for repetitive 'you don't need this in local dev' notes.
* Added docs on using staticfiles serve view for non-staticfiles (e.g. user-uploaded files).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-31 22:06:53 +00:00
..
deployment Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv. 2011-01-03 13:29:17 +00:00
apache-auth.txt
auth-remote-user.txt Fixed #14551 -- corrected a type in the remote user auth documentation. Thanks to mag for the report and fix. 2010-10-24 17:29:24 +00:00
custom-file-storage.txt
custom-management-commands.txt Fixed #10078 - Document use of locales in management commands. Thanks gregoire for the suggestion and ramiro for the patch. 2011-01-03 14:27:28 +00:00
custom-model-fields.txt Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv. 2011-01-03 13:29:17 +00:00
custom-template-tags.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
error-reporting.txt Added info about using logging to the 'Error reporting' howto. 2010-11-16 14:00:38 +00:00
i18n.txt Fixed #14910 -- Clarified the order of precedence of loading translation catalogues. Thanks, vanschelven. 2010-12-21 14:57:57 +00:00
index.txt
initial-data.txt Refs #14661 -- Clarified the handling of initial data injected via custom SQL. 2011-01-18 16:43:01 +00:00
jython.txt Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 2010-10-09 08:12:50 +00:00
legacy-databases.txt
outputting-csv.txt Fixed #14777 -- Added docs on working around the Python CSV module's lack of Unicode support. Thanks to adamv for the report and draft patch. 2010-11-29 06:24:14 +00:00
outputting-pdf.txt Fixed #12369 -- Improved example to account for environments where cStringIO is not available. Thanks to rubic for the report and niall for the patch. 2010-10-09 10:21:55 +00:00
static-files.txt Some tweaks to the staticfiles docs to clarify things for new users. Thanks Jannis and brutasse for review and discussion. 2011-01-31 22:06:53 +00:00