summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
-