summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2011-03-29 23:14:13 +0200
committerSean Finney <seanius@debian.org>2011-03-29 23:14:13 +0200
commitfafce7bf6aae6ee020fea48c21519fcee583a783 (patch)
tree3e35b12ff3862043872c5514f440f62caa68b758
parent3de357de92b2ab1533f1b5b16f4b2c3989c3ccb3 (diff)
downloadpatch-tracker-fafce7bf6aae6ee020fea48c21519fcee583a783.tar.gz
Update README for django package changes
-rw-r--r--README16
1 files changed, 5 insertions, 11 deletions
diff --git a/README b/README
index b2cce72..6ff74e5 100644
--- a/README
+++ b/README
@@ -8,10 +8,9 @@ required software:
* (for now) patchutils
* (for now) diffstat
-* python
-* python-cheetah
+* python-django
* python-pygments
-* python-pysqlite2
+* python-simplejson
* python-debian
* (optional) reprepro
* an httpd with wsgi support (i.e. apache2+libapache2-mod-wsgi)
@@ -37,6 +36,9 @@ of placing your site config in a file "localconfig.py" in the top level
directory (the one containing this README). The Conf module will override
its built in settings with settings in this location.
+similarly, any changes needed to the default django settings.py can be done
+in a localsettings.py (i.e. override the path of the database file, etc).
+
--------------------
overall design/scheme
--------------------
@@ -60,11 +62,3 @@ of this script helpful (UTSL)
the individual patches and files are still currently taken directly
from the source archives and mangled via utlities in the diffstat
and patchutils package.
-
-the primary port-of-call for all requests of dynamic data go through
-pagehandler.py, which then delegates the request to a CmdHandler, which
-in turn resolves the request to a specific Cmd subclass, which usually
-corresponds to a specific view.
-
-the webpages are generated from cheetah based templates in ./templates.
-