aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2010-07-03 01:38:23 +0000
committerMichael Elkins <melkins@tislabs.com>2010-07-03 01:38:23 +0000
commitd9929026eb8d8180ac1c144d4c0da7678d8b973e (patch)
treeca22d65731f66fd3dff32e59954e1ea309ee86d2
parent29c439962ed9702a79d0fe056be6c68e32245d11 (diff)
add note that django is required to be installed
svn path=/portal-gui/README; revision=3315
-rw-r--r--portal-gui/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/portal-gui/README b/portal-gui/README
index daa72daa..1e20f587 100644
--- a/portal-gui/README
+++ b/portal-gui/README
@@ -43,6 +43,9 @@ This is a list of the assumptions the current rpkigui code makes:
=== Installation ===
+First, you must install django 1.2 or greater on your system (django 1.1 may
+work, but you will need to disable to CsrfMiddleware in settings.py).
+
The web interface can be run out of the source directory for testing, or may be
deployed to work with an existing web server. Instructions for using Django
with Apache and mod_wsgi can be found at