Changeset eab727a


Ignore:
Timestamp:
Dec 3, 2013, 1:03:12 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, stable, stage
Children:
f71d505
Parents:
aed3e6d
git-author:
Alex Dehnert <adehnert@…> (12/03/13 01:03:12)
git-committer:
Alex Dehnert <adehnert@…> (12/03/13 01:03:12)
Message:

Add docs for setting up chosen.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/install-on-scripts.txt

    r1c9aa50 reab727a  
    5656pip-python install --user -e git+https://github.com/alex/django-filter.git#egg=django-filter
    5757
     58cd /mit/$USER/Scripts/django/asa-db/asadb/media/
     59mkdir -p js/libs/chosen/
     60cd js/libs/chosen/
     61wget https://github.com/harvesthq/chosen/releases/download/1.0.0/chosen_v1.0.0.zip
     62unzip chosen_v1.0.0.zip
     63
    5864# 8. Set up the database backend
    5965cd /mit/$USER/Scripts/django/asa-db/asadb/
Note: See TracChangeset for help on using the changeset viewer.