diff options
-rw-r--r-- | portal-gui/README | 3 |
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 |