summaryrefslogtreecommitdiff
path: root/patchwork/settings
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2015-08-21 15:32:07 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-09-17 17:40:09 +0100
commit808904d8a80c2b41234f2de9827ebcf67edcf227 (patch)
tree305840c6400c02d14e4e1cc3fdd3e7f37678aa76 /patchwork/settings
parentc1c3f73c0a98996e1347353864e9367ac69edf33 (diff)
downloadpatchwork-808904d8a80c2b41234f2de9827ebcf67edcf227.tar
patchwork-808904d8a80c2b41234f2de9827ebcf67edcf227.tar.gz
docs: Rewrite documentation
The INSTALL and HACKING documents are an important guide for new patchwork users and developers and should be as informative as possible. A number of changes were needed to these documents owing to the out-of-date or incomplete information they contained. These changes include: * Removing references to the dead mod_python/flup projects * Adding references to Gunicorn+nginx, which a credible modern alternative to Apache+mod_wsgi * Providing explanatory links to concepts/tools like ident-based authentication and tox * Referencing the newer tools available to developers, like tox and the 'requirements.txt' files * Integration with mkdocs, with eye on eventual publishing of documentation to ReadTheDocs or equivalent. These changes result in a significant rewrite which should hopefully lower the barrier to entry for people wishing to use or develop patchwork. Acked-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Stephen Finucane <stephen.finucane@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'patchwork/settings')
-rw-r--r--patchwork/settings/production.example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/settings/production.example.py b/patchwork/settings/production.example.py
index fd0a1f6..7af79a7 100644
--- a/patchwork/settings/production.example.py
+++ b/patchwork/settings/production.example.py
@@ -50,7 +50,7 @@ DATABASES = {
}
#
-# Static files settings. Set this to the
+# Static files settings
# https://docs.djangoproject.com/en/1.7/ref/settings/#static-files
#