Skip to content

tickettext/django-quicklinks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quicklinks - install notes

  1. Install from github ( pip install git+git://github.com/emkorybski/django-quicklinks.git ).
  2. Add quicklinks ('quicklinks') to INSTALLED_APPS and run 'python manage.py migrate quicklinks' if you have the south app installed.
  3. Create 'quicklinks' folder in your 'media/' directory and copy contents od 'media_files' folder there.
  4. 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.

quicklinks tests

TBC

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • Python 8.5%
  • Other 1.6%