diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2009-02-08 21:40:17 +1100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2009-02-08 21:44:25 +1100 |
commit | 6ce62d26739ebf0dd81ecff5284adf3fbe2aed23 (patch) | |
tree | 1bd8034844b48ef8c91f232de7000ff12450a06d /docs/INSTALL | |
parent | 6cf8d6e128b9117f10431eb9b534e9c8b1024cdf (diff) | |
download | patchwork-6ce62d26739ebf0dd81ecff5284adf3fbe2aed23.tar patchwork-6ce62d26739ebf0dd81ecff5284adf3fbe2aed23.tar.gz |
Bundle reordering support
Bundles can now be reordered and saved.
Add dependency on jquery in INSTALL.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 42822e3..5075f9e 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -70,6 +70,18 @@ in brackets): cd ../../apps ln -s ../lib/packages/django-registration ./registration + We also use some Javascript libraries: + + cd lib/packages + mkdir jquery + cd jquery + wget http://jqueryjs.googlecode.com/files/jquery-1.3.min.js + wget http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip + unzip jquery.tablednd_0_5.js.zip jquery.tablednd_0_5.js + cd ../../../htdocs/js/ + ln -s ../../lib/packages/jquery/jquery-1.3.min.js ./ + ln -s ../../lib/packages/jquery/jquery.tablednd_0_5.js ./ + The settings.py file contains default settings for patchwork, you'll need to configure settings for your own setup. |