- Install from github ( pip install git+git://github.com/emkorybski/django-quicklinks.git ).
- Add quicklinks ('quicklinks') to INSTALLED_APPS and run 'python manage.py migrate quicklinks' if you have the south app installed.
- Create 'quicklinks' folder in your 'media/' directory and copy contents od 'media_files' folder there.
- Install 'djangoadminsortable' app - ( pip install git+git://github.com/emkorybski/django-admin-sortable.git ). The app also needs a separate folder in 'media/' directory, copy files from 'static/adminsortable/' there.
TBC